Sha256: ac51ee676e78dc8b054ed677c436777ebaa36ae5f05d42c3df1a62f0d436f0ec
Contents?: true
Size: 440 Bytes
Versions: 15
Compression:
Stored size: 440 Bytes
Contents
class MediumOfPerformance < ActiveRecord::Base 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 not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
15 entries across 14 versions & 2 rubygems