Sha256: edc71ee3d86d1a7db54f21113c2680caaa25c66c6b5e2bea915481d330dc793e

Contents?: true

Size: 235 Bytes

Versions: 5

Compression:

Stored size: 235 Bytes

Contents

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

  archival_record

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

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
archival_record-3.0.1 test/fixtures/another_polys_holder.rb
archival_record-3.0.0 test/fixtures/another_polys_holder.rb
archival_record-2.0.2 test/fixtures/another_polys_holder.rb
archival_record-2.0.1 test/fixtures/another_polys_holder.rb
archival_record-2.0.0 test/fixtures/another_polys_holder.rb