Sha256: b336d4337e1dd35dd8c6d6db7bc8de2f4f4c44c80aae36a0c77d81bd9fb27579

Contents?: true

Size: 483 Bytes

Versions: 3

Compression:

Stored size: 483 Bytes

Contents

class Extent < ActiveRecord::Base
  attr_accessible :name, :display_name, :note
  include MasterModel
  default_scope order: 'extents.position'
  has_many :manifestations
end

# == Schema Information
#
# Table name: extents
#
#  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/extent.rb
enju_biblio-0.1.0.pre57 app/models/extent.rb
enju_biblio-0.1.0.pre56 app/models/extent.rb