Commit d40e6bc2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix key observer

parent d41940d3
class KeyObserver < BaseObserver class KeyObserver < BaseObserver
def after_save(key) def after_create(key)
GitlabShellWorker.perform_async( GitlabShellWorker.perform_async(
:add_key, :add_key,
key.shell_id, key.shell_id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment