Class: Incline::WelcomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Incline::WelcomeController
- Defined in:
- app/controllers/incline/welcome_controller.rb
Overview
An innocuous controller that simply hosts the home page of the application.
Instance Method Summary collapse
-
#home ⇒ Object
Get /incline.
Instance Method Details
#home ⇒ Object
Get /incline
Use root “incline/welcome#home” in your routes.rb
file to use this, or define your own home page as desired.
15 16 17 |
# File 'app/controllers/incline/welcome_controller.rb', line 15 def home end |