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
41 42 43 |
# File 'app/models/customize/inherit_node.rb', line 41 def leaf? children.empty? end |