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