Sha256: 626562d98ea3c899298f435aae261c0bcb05ae9386e40c2db136b77e55755268
Contents?: true
Size: 510 Bytes
Versions: 10
Compression:
Stored size: 510 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
10 entries across 10 versions & 2 rubygems