Class: Hancock::HomeController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Hancock::HomeController
- Includes:
- Decorators::Home
- Defined in:
- app/controllers/hancock/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/hancock/home_controller.rb', line 4 def index render layout: Hancock.config.main_index_layout end |