Sha256: 5014b82d19c1a93a00102227dca50546f0d5afaac918e52baae4f1f7d175f101
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
class NdlBibIdRecord < ApplicationRecord belongs_to :manifestation end # == Schema Information # # Table name: ndl_bib_id_records # # id :bigint not null, primary key # body :string not null # manifestation_id :bigint not null # created_at :datetime not null # updated_at :datetime not null #
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_ndl-0.4.0.rc.1 | app/models/ndl_bib_id_record.rb |
enju_ndl-0.4.0.beta.1 | app/models/ndl_bib_id_record.rb |