Class: Tokite::NotifyGithubHookEventJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/tokite/notify_github_hook_event_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(payload) ⇒ Object



5
6
7
# File 'app/jobs/tokite/notify_github_hook_event_job.rb', line 5

def perform(payload)
  Rails.application.config.slack_notifier.ping(payload)
end