Sha256: 0739afafc02b76423f7d3e72d59937905991a4323756353d6c0cd6e28a9df41b
Contents?: true
Size: 439 Bytes
Versions: 26
Compression:
Stored size: 439 Bytes
Contents
require "paper_trail/version_association_concern" module PaperTrail # 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. class VersionAssociation < ::ActiveRecord::Base include PaperTrail::VersionAssociationConcern end end
Version data entries
26 entries across 25 versions & 2 rubygems