1
0
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:
Toshi MARUYAMA 2016-12-14 10:53:15 +00:00
parent 3f0e720f56
commit 74b09be185

View File

@ -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