class Rails::Console::ControllerHelper

Public Instance Methods

This method assumes an ApplicationController exists, and that it extends ActionController::Base.

# File railties/lib/rails/commands/console/irb_console.rb, line 16
def execute
  ApplicationController.helpers
end