module PaperTrailAssociationTracking::VersionConcern

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.