Fix key observer
This commit is contained in:
parent
d41940d36e
commit
d40e6bc228
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class KeyObserver < BaseObserver
|
||||
def after_save(key)
|
||||
def after_create(key)
|
||||
GitlabShellWorker.perform_async(
|
||||
:add_key,
|
||||
key.shell_id,
|
||||
|
|
Loading…
Reference in a new issue