Sha256: 638a53b4d10afa853800fe7f5030367af18d636c2e3d515d6687792797741d44
Contents?: true
Size: 486 Bytes
Versions: 45
Compression:
Stored size: 486 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
45 entries across 45 versions & 1 rubygems