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

Version Path
enju_biblio-0.3.18 app/models/form_of_work.rb
enju_biblio-0.3.17 app/models/form_of_work.rb
enju_biblio-0.3.16 app/models/form_of_work.rb
enju_biblio-0.3.15 app/models/form_of_work.rb
enju_biblio-0.3.14 app/models/form_of_work.rb
enju_biblio-0.3.13 app/models/form_of_work.rb