Method: Cms::Section#build_section
- Defined in:
- app/models/cms/section.rb
#build_section ⇒ Object
Since #sections isn’t an association anymore, callers can use this rather than #sections.build
70 71 72 |
# File 'app/models/cms/section.rb', line 70 def build_section Section.new(:parent => self) end |