Method: ActionController::Helpers#helpers

Defined in:
actionpack/lib/action_controller/metal/helpers.rb

#helpersObject

Provides a proxy to access helper methods from outside the view.



125
126
127
# File 'actionpack/lib/action_controller/metal/helpers.rb', line 125

def helpers
  @_helper_proxy ||= view_context
end