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:
parent
749f848034
commit
523529228c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user