fix typos of source comments at Project model

git-svn-id: http://svn.redmine.org/redmine/trunk@13057 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-04-06 14:14:23 +00:00
parent 5e0d93b689
commit 597d042ec2
1 changed files with 2 additions and 2 deletions

View File

@ -502,7 +502,7 @@ class Project < ActiveRecord::Base
assignable.select {|m| m.roles.detect {|role| role.assignable?}}.collect {|m| m.principal}.sort assignable.select {|m| m.roles.detect {|role| role.assignable?}}.collect {|m| m.principal}.sort
end end
# Returns the mail adresses of users that should be always notified on project events # Returns the mail addresses of users that should be always notified on project events
def recipients def recipients
notified_users.collect {|user| user.mail} notified_users.collect {|user| user.mail}
end end
@ -514,7 +514,7 @@ class Project < ActiveRecord::Base
end end
# Returns a scope of all custom fields enabled for project issues # Returns a scope of all custom fields enabled for project issues
# (explictly associated custom fields and custom fields enabled for all projects) # (explicitly associated custom fields and custom fields enabled for all projects)
def all_issue_custom_fields def all_issue_custom_fields
@all_issue_custom_fields ||= IssueCustomField. @all_issue_custom_fields ||= IssueCustomField.
sorted. sorted.