Class: PaperTrail::VersionAssociation

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
PaperTrailAssociationTracking::VersionAssociationConcern
Defined in:
lib/paper_trail_association_tracking/frameworks/active_record/models/paper_trail/version_association.rb

Overview

This is the default ActiveRecord model provided by PaperTrail. Most simple applications will only use this and its partner, ‘Version`, but it is possible to sub-class, extend, or even do without this model entirely. See the readme for details.