Class: EngineRoom::PagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- EngineRoom::PagesController
- Defined in:
- app/controllers/engine_room/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#dashboard ⇒ Object
9 10 |
# File 'app/controllers/engine_room/pages_controller.rb', line 9 def dashboard end |
#sections ⇒ Object
12 13 14 |
# File 'app/controllers/engine_room/pages_controller.rb', line 12 def sections @sections = Section.all end |