Class: Incline::WelcomeController

Inherits:
ApplicationController show all
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

Instance Method Details

#homeObject

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