method

_helpers_for_modification

_helpers_for_modification()
public

No documentation available.

# File actionpack/lib/abstract_controller/helpers.rb, line 231
      def _helpers_for_modification
        unless @_helpers
          self._helpers = define_helpers_module(self, superclass._helpers)
        end
        _helpers
      end