Class: Guts::IndexController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Guts::IndexController
- Defined in:
- app/controllers/guts/index_controller.rb
Overview
Index controller
Instance Method Summary collapse
-
#index ⇒ Object
Displays the welcome page.
Instance Method Details
#index ⇒ Object
Displays the welcome page
7 8 9 |
# File 'app/controllers/guts/index_controller.rb', line 7 def index %i[guts index], :index? end |