method
helpers
v7.2.3 -
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 behavior with capture methods. Consider using [helper](rdoc-ref:AbstractController::Helpers::ClassMethods#helper) instead when using `capture`.