next-l/enju_ndl

View on GitHub
app/models/ndla_record.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
class NdlaRecord < ApplicationRecord
  belongs_to :agent
end

# == Schema Information
#
# Table name: ndla_records
#
#  id         :bigint           not null, primary key
#  agent_id   :bigint
#  body       :string           not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#