Sha256: f3b281aab2644289b7b5e9af3ad1ed40c1b70bf07221c09b448a653d1326bc40
Contents?: true
Size: 407 Bytes
Versions: 12
Compression:
Stored size: 407 Bytes
Contents
class MediumOfPerformance < ApplicationRecord include MasterModel has_many :works, class_name: 'Manifestation' 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
12 entries across 12 versions & 1 rubygems