class Rails::Console::ControllerInstance

def execute

This method assumes an +ApplicationController+ exists, and that it extends ActionController::Base.
def execute
  @controller ||= ApplicationController.new
end