remove trailing white-space from app/models/role.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11715 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
691add1aff
commit
36120d17e7
@ -137,7 +137,7 @@ class Role < ActiveRecord::Base
|
|||||||
def anonymous?
|
def anonymous?
|
||||||
builtin == 2
|
builtin == 2
|
||||||
end
|
end
|
||||||
|
|
||||||
# Return true if the role is a project member role
|
# Return true if the role is a project member role
|
||||||
def member?
|
def member?
|
||||||
!self.builtin?
|
!self.builtin?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user