Sha256: 522395633b4c26af29ad9ebc0b2e4dc700dcc8df8464d7dbd4a7e374420e3886
Contents?: true
Size: 232 Bytes
Versions: 13
Compression:
Stored size: 232 Bytes
Contents
class Manifestation < ActiveRecord::Base belongs_to :carrier_type has_many :exemplifies, :foreign_key => 'manifestation_id' has_many :items, :through => :exemplifies has_many :reserves, :foreign_key => :manifestation_id end
Version data entries
13 entries across 13 versions & 1 rubygems