Method: MPViewWithSection#setSection
- Defined in:
- motion-prime/support/mp_view_with_section.rb
#setSection(section) ⇒ Object
4 5 6 |
# File 'motion-prime/support/mp_view_with_section.rb', line 4 def setSection(section) @section = section.try(:weak_ref) end |