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.
Methods inherited from ApplicationController
Methods included from MultisiteConcern
#current_site, #with_current_site
Instance Method Details
#index ⇒ Object
Displays the welcome page
10 11 |
# File 'app/controllers/guts/index_controller.rb', line 10 def index end |