# File lib/action_controller/helpers.rb, line 184 def helpers unless @helper_proxy @helper_proxy = ActionView::Base.new @helper_proxy.extend master_helper_module else @helper_proxy end end