Sha256: 0cffb6a36b40f5635a2b3f61383490397ba025b098c3c3efc269b1e5918afea5

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 Bytes

Contents

class PeriodicalAndManifestation < ApplicationRecord
  belongs_to :periodical
  belongs_to :manifestation
end

# == Schema Information
#
# Table name: periodical_and_manifestations
#
#  id                :bigint           not null, primary key
#  periodical_id     :bigint           not null
#  manifestation_id  :bigint           not null
#  periodical_master :boolean          default(FALSE), not null
#  created_at        :datetime         not null
#  updated_at        :datetime         not null
#

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_biblio-0.3.18 app/models2/periodical_and_manifestation.rb
enju_biblio-0.3.17 app/models2/periodical_and_manifestation.rb
enju_biblio-0.4.0.rc.1 app/models/periodical_and_manifestation.rb
enju_biblio-0.4.0.beta.2 app/models/periodical_and_manifestation.rb
enju_biblio-0.4.0.beta.1 app/models/periodical_and_manifestation.rb