Sha256: e2f50fc40c8df7f647648eaba9e009141f125d734b80523352f34e1e848afba6
Contents?: true
Size: 222 Bytes
Versions: 25
Compression:
Stored size: 222 Bytes
Contents
module Billing class Version < PaperTrail::Version self.table_name = :billing_versions belongs_to :changable, -> { with_deleted }, polymorphic: true, foreign_key: :item_id, foreign_type: :item_type end end
Version data entries
25 entries across 25 versions & 1 rubygems