Sha256: 8a3f713ddc530c8b0f6008c182107674ddc5941c467555a96ee94b1a386b894d
Contents?: true
Size: 172 Bytes
Versions: 12
Compression:
Stored size: 172 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class ReadingAssignmentAuthor < ApplicationRecord has_many :reading_assignment_texts end end end
Version data entries
12 entries across 12 versions & 1 rubygems