Method: AbstractController::Helpers::ClassMethods#_helpers=

Defined in:
lib/abstract_controller/helpers.rb

#_helpers=(value) ⇒ Object (writeonly)

Sets the attribute _helpers

Parameters:

  • value

    the value to set the attribute _helpers to.



76
77
78
# File 'lib/abstract_controller/helpers.rb', line 76

def _helpers=(value)
  @_helpers = value
end