debian-mirror-gitlab/app/models/hooks/service_hook.rb
2016-06-02 11:05:42 +05:30

7 lines
113 B
Ruby

class ServiceHook < WebHook
belongs_to :service
def execute(data)
super(data, 'service_hook')
end
end