Sha256: 45347a04f5c4129023f8d550aa8400eaf6943fba815ba87ce8c5db55f04363a2

Contents?: true

Size: 492 Bytes

Versions: 15

Compression:

Stored size: 492 Bytes

Contents

class ManifestationRelationshipType < ActiveRecord::Base
  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           not null
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime
#  updated_at   :datetime
#

Version data entries

15 entries across 14 versions & 2 rubygems

Version Path
enju_biblio-0.3.2 app/models/manifestation_relationship_type.rb
enju_biblio-0.3.1 app/models/manifestation_relationship_type.rb
enju_biblio-0.3.0 app/models/manifestation_relationship_type.rb
enju_biblio-0.3.0.rc.1 app/models/manifestation_relationship_type.rb
enju_biblio-0.3.0.beta.2 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.5 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.4 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.3 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.2 app/models/manifestation_relationship_type.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/app/models/manifestation_relationship_type.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/app/models/manifestation_relationship_type.rb
enju_biblio-0.2.1 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.0 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.0.beta.4 app/models/manifestation_relationship_type.rb
enju_biblio-0.2.0.beta.3 app/models/manifestation_relationship_type.rb