instance method
_helpers_for_modification
Ruby on Rails 8.0.4
Since v6.1.7.10Signature
_helpers_for_modification()
No documentation comment.
Source
# File actionpack/lib/abstract_controller/helpers.rb, line 218
def _helpers_for_modification
unless @_helpers
self._helpers = define_helpers_module(self, superclass._helpers)
end
_helpers
end
Defined in actionpack/lib/abstract_controller/helpers.rb line 218
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Helpers::ClassMethods