Sha256: d22d69f063e628e7c13ebd95559a8c6ce756a4631f29e5f4a42788edcf6f4030
Contents?: true
Size: 242 Bytes
Versions: 7
Compression:
Stored size: 242 Bytes
Contents
# -*- coding: utf-8 -*- # archiveable_id - integer # archiveable_type - string # archive_number - string # archived_at - datetime class Poly < ActiveRecord::Base acts_as_archival belongs_to :archiveable, :polymorphic => true end
Version data entries
7 entries across 7 versions & 1 rubygems