Module: Concerns::Trackable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/trackable.rb
Overview
This concern defines a model as trackable. Creation, modifications and destruction will be saved as notifications in the corresponding users.
Defined Under Namespace
Modules: ClassMethods