Method: Adcloud::WebhookConfig.unused_webhook

Defined in:
lib/adcloud/webhook_config.rb

.unused_webhook(event) ⇒ Object



10
11
12
# File 'lib/adcloud/webhook_config.rb', line 10

def self.unused_webhook(event)
  Adcloud.logger.warn { "Webhook behaviour missing for #{event.inspect}" }
end