Sha256: d7241c2f7feb99ae87033d102194d86cbdb007483984124077cf4d4eddeb398b
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
# frozen_string_literal: true require "paper_trail_association_tracking/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 PaperTrailAssociationTracking::VersionAssociationConcern end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paper_trail-association_tracking-0.0.1 | lib/paper_trail_association_tracking/frameworks/active_record/models/paper_trail/version_association.rb |