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