lib/rails/console/helpers.rb



def helper
  @helper ||= ApplicationController.helpers
end

def controller
  @controller ||= ApplicationController.new
end