Sha256: a076cab1906f4052fb7f83f17bc79ab8d7bf5539763707145e79b1f6e28f739c
Contents?: true
Size: 521 Bytes
Versions: 4
Compression:
Stored size: 521 Bytes
Contents
class MediumOfPerformance < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope { order('medium_of_performances.position') } has_many :works end # == Schema Information # # Table name: medium_of_performances # # 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
4 entries across 4 versions & 1 rubygems