Sha256: 523c2f1e87c9051d21b22252b310f2371f2cf2abe6f8d0a7b9dc1059ac599a0c
Contents?: true
Size: 813 Bytes
Versions: 28
Compression:
Stored size: 813 Bytes
Contents
# # # AUTO GENERATED MODEL # This model was auto generated by the CanvasSync Gem. # You can customize it as needed, but make sure you test # any changes you make to the auto generated methods. # class RubricAssociation < ApplicationRecord include CanvasSync::Record canvas_sync_features :defaults validates :canvas_id, uniqueness: true, presence: true belongs_to :rubric, primary_key: :canvas_id, foreign_key: :canvas_rubric_id, optional: true belongs_to :association_object, polymorphic: true, primary_key: :canvas_id, foreign_type: :canvas_association_type, foreign_key: :canvas_association_id, optional: true belongs_to :context, polymorphic: true, primary_key: :canvas_id, foreign_key: :canvas_context_id, foreign_type: :canvas_context_type, optional: true has_many :rubric_assessments end
Version data entries
28 entries across 28 versions & 1 rubygems