Sha256: 91ad2a6b298360de23f9a41acb20658dae05d1098a6117a84c2b03727755bd52
Contents?: true
Size: 470 Bytes
Versions: 5
Compression:
Stored size: 470 Bytes
Contents
# frozen_string_literal: true 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
5 entries across 5 versions & 1 rubygems