Method: Webhookdb::Replicator::Base#_any_subscriptions_to_notify?
- Defined in:
- lib/webhookdb/replicator/base.rb
#_any_subscriptions_to_notify? ⇒ Boolean
718 719 720 |
# File 'lib/webhookdb/replicator/base.rb', line 718 def _any_subscriptions_to_notify? return !self.service_integration.all_webhook_subscriptions_dataset.to_notify.empty? end |