Method: Formstack::Form#webhooks
- Defined in:
- lib/formstack/form.rb
#webhooks ⇒ Object
31 32 33 |
# File 'lib/formstack/form.rb', line 31 def webhooks @webhooks ||= Webhook.all(self[:id]) end |
31 32 33 |
# File 'lib/formstack/form.rb', line 31 def webhooks @webhooks ||= Webhook.all(self[:id]) end |