fix typos of source comments at Enumeration model
git-svn-id: http://svn.redmine.org/redmine/trunk@13072 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9250994088
commit
071d2d7f47
|
@ -73,7 +73,7 @@ class Enumeration < ActiveRecord::Base
|
||||||
self.objects_count != 0
|
self.objects_count != 0
|
||||||
end
|
end
|
||||||
|
|
||||||
# Is this enumeration overiding a system level enumeration?
|
# Is this enumeration overriding a system level enumeration?
|
||||||
def is_override?
|
def is_override?
|
||||||
!self.parent.nil?
|
!self.parent.nil?
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue