mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 05:39:40 +00:00
remove trailing white space from app/models/role.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16074 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3f0e720f56
commit
74b09be185
@ -219,7 +219,7 @@ class Role < ActiveRecord::Base
|
||||
end
|
||||
|
||||
# Returns true if tracker_id belongs to the list of
|
||||
# trackers for which permission is given
|
||||
# trackers for which permission is given
|
||||
def permissions_tracker_ids?(permission, tracker_id)
|
||||
permissions_tracker_ids(permission).include?(tracker_id)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user