Sha256: 78a1fcc6a5ed654815ff2df5702ed911890803cf815353bcf41a194aa8004372

Contents?: true

Size: 236 Bytes

Versions: 3

Compression:

Stored size: 236 Bytes

Contents

# name           - string
# archival_id    - integer
# archive_number - string
# archived_at    - datetime
class AnotherPolysHolder < ActiveRecord::Base

  acts_as_archival

  has_many :polys, dependent: :destroy, as: :archiveable

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_archival-2.1.0 test/fixtures/another_polys_holder.rb
acts_as_archival-2.0.0 test/fixtures/another_polys_holder.rb
acts_as_archival-1.4.0 test/fixtures/another_polys_holder.rb