Class: WelcomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- WelcomeController
- Defined in:
- app/controllers/welcome_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#about ⇒ Object
6 |
# File 'app/controllers/welcome_controller.rb', line 6 def about; end |
#help ⇒ Object
8 |
# File 'app/controllers/welcome_controller.rb', line 8 def help; end |
#index ⇒ Object
5 |
# File 'app/controllers/welcome_controller.rb', line 5 def index; end |
#license ⇒ Object
7 |
# File 'app/controllers/welcome_controller.rb', line 7 def license; end |