Sha256: ba1b56a82e6c96dcea8fd30a91664fb8cb968833029810278808bc9d16a51200
Contents?: true
Size: 332 Bytes
Versions: 10
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module PaperTrailAssociationTracking # Functionality for `PaperTrail::VersionAssociation`. Exists in a module # for the same reasons outlined in version_concern.rb. module VersionAssociationConcern extend ::ActiveSupport::Concern included do belongs_to :version end end end
Version data entries
10 entries across 10 versions & 1 rubygems