##// END OF EJS Templates
fix typos of source comments at Enumeration model...
Toshi MARUYAMA -
r12797:071d2d7f4728
parent child
Show More
@@ -73,7 +73,7 class Enumeration < ActiveRecord::Base
73 self.objects_count != 0
73 self.objects_count != 0
74 end
74 end
75
75
76 # Is this enumeration overiding a system level enumeration?
76 # Is this enumeration overriding a system level enumeration?
77 def is_override?
77 def is_override?
78 !self.parent.nil?
78 !self.parent.nil?
79 end
79 end
General Comments 0
You need to be logged in to leave comments. Login now