Sha256: 4c2c7e0ea9126076715e772601770c12000f3a73954132c0c47cc3b9038a0b00
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class ReadingAssignmentText < ApplicationRecord has_many :resource_reading_assignments has_many :resources, through: :resource_reading_assignments belongs_to :reading_assignment_author alias_attribute :author, :reading_assignment_author end end end
Version data entries
12 entries across 12 versions & 1 rubygems