Class: Hancock::HomeController

Inherits:
ApplicationController
  • Object
show all
Includes:
Decorators::Home
Defined in:
app/controllers/hancock/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/hancock/home_controller.rb', line 4

def index
  render layout: Hancock.config.main_index_layout
end