Class: EngineRoom::PagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/engine_room/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#dashboardObject



9
10
# File 'app/controllers/engine_room/pages_controller.rb', line 9

def dashboard
end

#sectionsObject



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

def sections
  @sections = Section.all
end