next-l/enju_ndl

View on GitHub
app/models/ndl_bib_id_record.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
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
#