Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#examples ⇒ Object
5 6 7 |
# File 'app/controllers/application_controller.rb', line 5 def examples render "examples/authentication/index" end |
#index ⇒ Object
2 3 |
# File 'app/controllers/application_controller.rb', line 2 def index end |