Method: ActionController::Helpers#helpers
- Defined in:
- actionpack/lib/action_controller/metal/helpers.rb
#helpers ⇒ Object
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 |