Method: Customize::Inherited::ClassMethods#root
- Defined in:
- lib/customize/inherited.rb
#root ⇒ Object
45 46 47 |
# File 'lib/customize/inherited.rb', line 45 def root joins(:inherit_node).where("parent_id is null") end |
45 46 47 |
# File 'lib/customize/inherited.rb', line 45 def root joins(:inherit_node).where("parent_id is null") end |