Module: PaperTrailAssociationTracking::VersionConcern

Extended by:
ActiveSupport::Concern
Included in:
PaperTrail::VersionConcern
Defined in:
lib/paper_trail_association_tracking/version_concern.rb

Overview

Originally, PaperTrail did not provide this module, and all of this functionality was in ‘PaperTrail::Version`. That model still exists (and is used by most apps) but by moving the functionality to this module, people can include this concern instead of sub-classing the `Version` model.