Module: WrapAttributes::AttributesWrapper

Extended by:
ActiveSupport::Concern
Defined in:
lib/wrap_attributes/attributes_wrapper.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#process_action(*args) ⇒ Object



17
18
19
20
# File 'lib/wrap_attributes/attributes_wrapper.rb', line 17

def process_action(*args)
  _perform_attribute_parameter_wrapping
  super
end