lib/canvas_sync/api_syncable.rb



# DEPRECATED - See CHANGELOG for 0.13.0
# TODO: (0.14.0) Remove this module
module CanvasSync::ApiSyncable
  extend ActiveSupport::Concern

  included do
    raise "CanvasSync 0.13.0 includes breaking changes to ApiSyncable. See the CHANGELOG for upgrade steps."
  end
end