Method: Cms::SectionNode#section
- Defined in:
- app/models/cms/section_node.rb
#section ⇒ Object
This is the parent section for this node For backwards compatiblity
13 14 15 |
# File 'app/models/cms/section_node.rb', line 13 def parent_section self.parent ? self.parent.node : nil end |