Method: Formstack::Form#webhooks

Defined in:
lib/formstack/form.rb

#webhooksObject



31
32
33
# File 'lib/formstack/form.rb', line 31

def webhooks
  @webhooks ||= Webhook.all(self[:id])
end