Module: Lockstep::ActiveRecords::Association
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/concepts/lockstep/active_records/association.rb
Instance Method Summary collapse
Instance Method Details
#lockstep_attributes ⇒ Object
74 75 76 |
# File 'app/concepts/lockstep/active_records/association.rb', line 74 def lockstep_attributes @lockstep_attributes ||= {} end |
#lockstep_loaded_associations ⇒ Object
70 71 72 |
# File 'app/concepts/lockstep/active_records/association.rb', line 70 def lockstep_loaded_associations @loaded_associations ||= [] end |