Class: Rails::Console::ControllerInstance
- Inherits:
- 
      RailsHelperBase
      
        - Object
- IRB::HelperMethod::Base
- RailsHelperBase
- Rails::Console::ControllerInstance
 
- Defined in:
- railties/lib/rails/commands/console/irb_console.rb
Instance Method Summary collapse
- 
  
    
      #execute  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    This method assumes an ApplicationControllerexists, and that it extends ActionController::Base.
Instance Method Details
#execute ⇒ Object
This method assumes an ApplicationController exists, and that it extends ActionController::Base.
| 24 25 26 | # File 'railties/lib/rails/commands/console/irb_console.rb', line 24 def execute @controller ||= ApplicationController.new end |