Sha256: 950e4284d5cbe0c2c7e09379953ba96558f02f5cba2e8ec382441ab5f3ca6909
Contents?: true
Size: 428 Bytes
Versions: 6
Compression:
Stored size: 428 Bytes
Contents
class FormOfWork < ApplicationRecord include MasterModel has_many :works, class_name: 'Manifestation' #, dependent: :restrict_with_exception 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