项目500问题

This commit is contained in:
huang 2016-05-13 17:16:09 +08:00
parent 79e57e2b7f
commit fbcae050ad
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Issue < ActiveRecord::Base
# set default values for new records only
self.status ||= IssueStatus.default
self.priority ||= IssuePriority.default
self.watcher_user_ids = []
# self.watcher_user_ids = []
end
end