Module: Ripple::AttributeMethods::Write

Extended by:
ActiveSupport::Concern
Defined in:
lib/ripple/attribute_methods/write.rb

Instance Method Summary collapse

Instance Method Details

#[]=(attr_name, value) ⇒ Object



26
27
28
# File 'lib/ripple/attribute_methods/write.rb', line 26

def []=(attr_name, value)
  __send__(:attribute=, attr_name, value)
end