Class: Customize::InheritNode
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Customize::InheritNode
- Defined in:
- app/models/customize/inherit_node.rb
Instance Method Summary collapse
Instance Method Details
#leaf? ⇒ Boolean
21 22 23 |
# File 'app/models/customize/inherit_node.rb', line 21 def leaf? children.empty? end |