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