Sha256: 01ad8afa6551fc1f804a36d5552ed0132ec42feefa7670ff37a25ca6fe877681

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 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: :content_id, primary_key: :canvas_assignment_id
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
canvas_sync-0.4.1 spec/dummy/app/models/context_module_item.rb
canvas_sync-0.4.0 spec/dummy/app/models/context_module_item.rb
canvas_sync-0.3.23 spec/dummy/app/models/context_module_item.rb