helpers()
Provides a proxy to access helper methods from outside the view.
# File actionpack/lib/action_controller/metal/helpers.rb, line 117 def helpers @_helper_proxy ||= view_context end