1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00

(bug) callback renamed by error

This commit is contained in:
Sylvain 2022-11-23 10:01:16 +01:00
parent 749f848034
commit 523529228c

View File

@ -6,7 +6,7 @@ module OpenlabSync
included do
after_create :openlab_create, if: :openlab_sync_active?
run_after_update :openlab_update, if: :openlab_sync_active?
after_update :openlab_update, if: :openlab_sync_active?
after_destroy :openlab_destroy, if: :openlab_sync_active?
def openlab_create