app/models/maestrano/connector/rails/concerns/entity.rb in maestrano-connector-rails-0.3.0 vs app/models/maestrano/connector/rails/concerns/entity.rb in maestrano-connector-rails-0.3.1
- old
+ new
@@ -339,14 +339,14 @@
end
# ----------------------------------------------
# After and before sync
# ----------------------------------------------
- def before_sync(connec_client, external_client, organization)
+ def before_sync(connec_client, external_client, last_synchronization, organization, opts)
# Does nothing by default
end
- def after_sync(connec_client, external_client, organization)
+ def after_sync(connec_client, external_client, last_synchronization, organization, opts)
# Does nothing by default
end
# ----------------------------------------------
# Internal helper methods
\ No newline at end of file