Method: CanvasSync.provisioning_sync
- Defined in:
- lib/canvas_sync.rb
.provisioning_sync(models, **kwargs) ⇒ Object
Runs a standard provisioning sync job with no extra report types. Terms will be synced first using the API. If you are syncing users/roles/admins and have also specified a Term scope, Users/Roles/Admins will by synced first, before every other model (as Users/Roles/Admins are never scoped to Term).
96 97 98 99 |
# File 'lib/canvas_sync.rb', line 96 def provisioning_sync(models, **kwargs) validate_models!(models) default_provisioning_report_chain(models, **kwargs).process! end |