Module: G5Updatable::FirstClassProperties
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/concerns/g5_updatable/first_class_properties.rb
Instance Method Summary collapse
Instance Method Details
#properties=(hash) ⇒ Object
8 9 10 11 |
# File 'app/concerns/g5_updatable/first_class_properties.rb', line 8 def properties=(hash) write_attribute("properties", hash) define_methods_for_properties end |