Sha256: 4f3809763c54deeeb746573c54127fd4a20d948cb3364db02d7e291ce69ed6ba
Contents?: true
Size: 527 Bytes
Versions: 38
Compression:
Stored size: 527 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 ContentMigration < ApplicationRecord include CanvasSync::Record include CanvasSync::Concerns::ApiSyncable validates :canvas_id, uniqueness: true, presence: true belongs_to :context, polymorphic: true, optional: true, primary_key: :canvas_id, foreign_key: :canvas_context_id, foreign_type: :canvas_context_type end
Version data entries
38 entries across 38 versions & 1 rubygems