Sha256: b70970adca29c081a5aec7edbc000f990495668c02acc945d722300314087312
Contents?: true
Size: 447 Bytes
Versions: 5
Compression:
Stored size: 447 Bytes
Contents
# frozen_string_literal: true require "paper_trail/version_concern" module PaperTrail # This is the default ActiveRecord model provided by PaperTrail. Most simple # applications will only use this and its partner, `VersionAssociation`, but # it is possible to sub-class, extend, or even do without this model entirely. # See the readme for details. class Version < ::ActiveRecord::Base include PaperTrail::VersionConcern end end
Version data entries
5 entries across 5 versions & 1 rubygems