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