Sha256: ef981c1c1330f4698499dde054769debce2161c6d70de6af14303eee4d26e39d
Contents?: true
Size: 440 Bytes
Versions: 14
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(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems