Methods
Instance Public methods
execute()
This method assumes an ApplicationController
exists, and that it extends ActionController::Base
.
📝 Source code
# File railties/lib/rails/commands/console/irb_console.rb, line 25
def execute
@controller ||= ApplicationController.new
end
🔎 See on GitHub