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



12
13
14
# File 'lib/ripple/attribute_methods/write.rb', line 12

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