Class: Rails::WelcomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Metal
- ActionController::Base
- ApplicationController
- Rails::WelcomeController
- Defined in:
- railties/lib/rails/welcome_controller.rb
Overview
:nodoc:
Constant Summary
Constants inherited from ActionController::Base
ActionController::Base::MODULES, ActionController::Base::PROTECTED_IVARS
Instance Method Summary collapse
Methods inherited from ActionController::Base
Methods included from ActionController::Testing::Functional
#clear_instance_variables_between_requests, #recycle!
Instance Method Details
#index ⇒ Object
9 10 |
# File 'railties/lib/rails/welcome_controller.rb', line 9 def index end |