Class: WelcomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- WelcomeController
- Defined in:
- app/controllers/welcome_controller.rb
Overview
Welcome pages controller
Instance Method Summary collapse
-
#index ⇒ Object
Landing page - /.
Instance Method Details
#index ⇒ Object
Landing page - /
6 7 8 |
# File 'app/controllers/welcome_controller.rb', line 6 def index (:welcome) end |