method
helpers
v6.1.7.7 -
Show latest stable
- Class:
ActionController::Helpers::ClassMethods
helpers()public
Provides a proxy to access helper methods from outside the view.
Note that the proxy is rendered under a different view context. This may cause incorrect behaviour with capture methods. Consider using {helper}[rdoc-ref:AbstractController::Helpers::ClassMethods#helper] instead when using capture.