Method: MotionPrime::ScreenSectionsMixin#all_sections
- Defined in:
- motion-prime/screens/_sections_mixin.rb
#all_sections ⇒ Object
22 23 24 |
# File 'motion-prime/screens/_sections_mixin.rb', line 22 def all_sections Array.wrap(@sections.try(:values)) end |