module ActionController::Helpers

def helpers

Provides a proxy to access helper methods from outside the view.
def helpers
  @_helper_proxy ||= view_context
end