Class: IndexController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- IndexController
- Defined in:
- app/controllers/index_controller.rb
Overview
Front page
Instance Method Summary collapse
-
#index ⇒ Object
get /.
Instance Method Details
#index ⇒ Object
get /
6 7 8 |
# File 'app/controllers/index_controller.rb', line 6 def index @dynamic_page = DynamicPage['frontpage'] end |