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

[View source]

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

def dashboard
end

#sectionsObject

[View source]

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

def sections
  @sections = Section.all
end