Class: Rails::Console::ControllerHelper
- Inherits:
-
RailsHelperBase
- Object
- IRB::HelperMethod::Base
- RailsHelperBase
- Rails::Console::ControllerHelper
- Defined in:
- lib/rails/commands/console/irb_console.rb
Instance Method Summary collapse
-
#execute ⇒ Object
This method assumes an
ApplicationController
exists, and that it extends ActionController::Base.
Instance Method Details
#execute ⇒ Object
This method assumes an ApplicationController
exists, and that it extends ActionController::Base.
15 16 17 |
# File 'lib/rails/commands/console/irb_console.rb', line 15 def execute ApplicationController.helpers end |