Sha256: c2135195a9c08278ad432b4b849b19a9d99ade9ae3ac4ae8da4c886e65131910

Contents?: true

Size: 569 Bytes

Versions: 3

Compression:

Stored size: 569 Bytes

Contents

class ManifestationRelationshipType < ActiveRecord::Base
  attr_accessible :name, :display_name, :note
  include MasterModel
  default_scope order: 'manifestation_relationship_types.position'
  has_many :manifestation_relationships
end

# == Schema Information
#
# Table name: manifestation_relationship_types
#
#  id           :integer          not null, primary key
#  name         :string(255)      not null
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre58 app/models/manifestation_relationship_type.rb
enju_biblio-0.1.0.pre57 app/models/manifestation_relationship_type.rb
enju_biblio-0.1.0.pre56 app/models/manifestation_relationship_type.rb