Method: Customize::Inherited::ClassMethods#root

Defined in:
lib/customize/inherited.rb

#rootObject



45
46
47
# File 'lib/customize/inherited.rb', line 45

def root
	joins(:inherit_node).where("parent_id is null")
end