Sha256: 1bb55517eb43867a40789daf31f53ab481cb5d142f1a77f86b42f34fa8f5bef4
Contents?: true
Size: 450 Bytes
Versions: 19
Compression:
Stored size: 450 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 # updated_at :datetime #
Version data entries
19 entries across 19 versions & 1 rubygems