Class: IshLibManager::WelcomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IshLibManager::WelcomeController
- Defined in:
- app/controllers/ish_lib_manager/welcome_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#home ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/ish_lib_manager/welcome_controller.rb', line 6 def home @page_title = 'Welcome home!' :home, Welcome.new end |