Sha256: 68b610059aaa496500d4dc4072e38f8c34aa1caf4676fccdf80cdcd0e7cadae8
Contents?: true
Size: 477 Bytes
Versions: 23
Compression:
Stored size: 477 Bytes
Contents
# # # AUTO GENERATED MIGRATION # This migration was auto generated by the CanvasSync Gem. # You can add new columns to this table, but removing or # re-naming ones created here may break Canvas Syncing. # class ContextModuleItem < ApplicationRecord belongs_to :context_module, primary_key: :canvas_context_module_id, foreign_key: :canvas_context_module_id, optional: true belongs_to :assignment, foreign_key: :canvas_assignment_id, primary_key: :canvas_assignment_id end
Version data entries
23 entries across 23 versions & 1 rubygems