Sha256: f4b0ee8e68c88201d4534598d1b22433cea54f6e4dd310c0a0da9ae9a609e189

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

# frozen_string_literal: true

module Lcms
  module Engine
    class ReadingAssignmentAuthor < ActiveRecord::Base
      has_many :reading_assignment_texts
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/models/lcms/engine/reading_assignment_author.rb
lcms-engine-0.1.3 app/models/lcms/engine/reading_assignment_author.rb
lcms-engine-0.1.2 app/models/lcms/engine/reading_assignment_author.rb
lcms-engine-0.1.0 app/models/lcms/engine/reading_assignment_author.rb