Sha256: 1ecf66326782902ddc732c6a20943fe6b24afffd2bcc4ad5f3c89f1bf9e1f1ef
Contents?: true
Size: 389 Bytes
Versions: 6
Compression:
Stored size: 389 Bytes
Contents
class FormOfWork < ApplicationRecord include MasterModel has_many :works, class_name: 'Manifestation' end # == Schema Information # # Table name: form_of_works # # 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
6 entries across 6 versions & 1 rubygems