Module: DirtyAssociations
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/dirty_associations.rb,
lib/dirty_associations/version.rb
Overview
This concern can be used to monitor associations for changes.
Associations monitored using the methods in this concern will show up in the ActiveRecord model’s changes, changed and previous_changes methods.
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- VERSION =
"0.4.3"