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