Class: Rails::Console::AppInstance
- Inherits:
-
NewSession
- Object
- IRB::HelperMethod::Base
- RailsHelperBase
- NewSession
- Rails::Console::AppInstance
- Defined in:
- lib/rails/commands/console/irb_console.rb
Instance Method Summary collapse
Methods included from Rails::ConsoleMethods
include, method_added, raise_deprecation_warning
Instance Method Details
#execute(create = false) ⇒ Object
48 49 50 51 |
# File 'lib/rails/commands/console/irb_console.rb', line 48 def execute(create = false) @app_integration_instance = nil if create @app_integration_instance ||= super end |