= private = protected
helpers()
Provides a proxy to access helpers methods from outside the view.
# File actionpack/lib/action_controller/metal/helpers.rb, line 75 def helpers @helper_proxy ||= ActionView::Base.new.extend(_helpers) end