Browse Source

fix typos of source comments at Enumeration model

git-svn-id: http://svn.redmine.org/redmine/trunk@13072 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.6.0
Toshi MARUYAMA 10 years ago
parent
commit
071d2d7f47
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/models/enumeration.rb

+ 1
- 1
app/models/enumeration.rb View File

@@ -73,7 +73,7 @@ class Enumeration < ActiveRecord::Base
self.objects_count != 0
end

# Is this enumeration overiding a system level enumeration?
# Is this enumeration overriding a system level enumeration?
def is_override?
!self.parent.nil?
end

Loading…
Cancel
Save