Method: AbstractController::Helpers::ClassMethods#_helpers_for_modification
- Defined in:
- lib/abstract_controller/helpers.rb
#_helpers_for_modification ⇒ Object
218 219 220 221 222 223 |
# File 'lib/abstract_controller/helpers.rb', line 218 def _helpers_for_modification unless @_helpers self._helpers = define_helpers_module(self, superclass._helpers) end _helpers end |