Method: MotionPrime::ScreenSectionsMixin#all_sections_with_main

Defined in:
motion-prime/screens/_sections_mixin.rb

#all_sections_with_mainObject



26
27
28
# File 'motion-prime/screens/_sections_mixin.rb', line 26

def all_sections_with_main
  (all_sections + [main_section]).compact.uniq
end