module Rails::ConsoleMethods

def helper

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

Gets the helper methods available to the controller.
def helper
  ApplicationController.helpers
end