Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/integrations/slack.rb')
-rw-r--r--app/models/integrations/slack.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/integrations/slack.rb b/app/models/integrations/slack.rb
index 07d2d802915..f70376e2f0d 100644
--- a/app/models/integrations/slack.rb
+++ b/app/models/integrations/slack.rb
@@ -3,6 +3,7 @@
module Integrations
class Slack < BaseSlackNotification
include SlackMattermostNotifier
+ include SlackMattermostFields
def title
'Slack notifications'
@@ -16,8 +17,7 @@ module Integrations
'slack'
end
- override :webhook_help
- def webhook_help
+ def self.webhook_help
'https://hooks.slack.com/services/…'
end