Method: EngineRoom::PagesController#sections

Defined in:
app/controllers/engine_room/pages_controller.rb

#sectionsObject



12
13
14
# File 'app/controllers/engine_room/pages_controller.rb', line 12

def sections
  @sections = Section.all
end