module Webhooks::Outgoing::IssuingModel

def parent

TODO This should probably be called `outgoing_webhooks_parent` to avoid colliding with downstream `parent` methods.
def parent
  return unless respond_to? BulletTrain::OutgoingWebhooks.parent_association
  send(BulletTrain::OutgoingWebhooks.parent_association)
end