Flowdock
method

_helpers_for_modification

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: AbstractController::Helpers::ClassMethods
_helpers_for_modification() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/abstract_controller/helpers.rb, line 183
      def _helpers_for_modification
        unless @_helpers
          self._helpers = define_helpers_module(self, superclass._helpers)
        end
        _helpers
      end
Register or log in to add new notes.