Sha256: f427563170ccc504279fb49a776a8d4cea780a83fb02d1696f74b299bfaec5d6
Contents?: true
Size: 202 Bytes
Versions: 12
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class ResourceReadingAssignment < ApplicationRecord belongs_to :reading_assignment_text belongs_to :resource end end end
Version data entries
12 entries across 12 versions & 1 rubygems