Sha256: 440ed9969f7be9421506fa170c7555c1140590177ccf49c4d9a99f682f387972

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

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
#

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
enju_ndl-0.4.0.rc.1 app/models/ndla_record.rb
enju_ndl-0.4.0.beta.1 app/models/ndla_record.rb