Module: Webhooks::Outgoing

Defined in:
app/models/webhooks/outgoing.rb

Defined Under Namespace

Modules: DeliveryAttemptSupport, DeliverySupport, EndpointSupport, EventSupport, IssuingModel, TeamSupport, UriFiltering Classes: Delivery, DeliveryAttempt, DeliveryJob, Endpoint, Event, EventType, GenerateJob

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



2
3
4
# File 'app/models/webhooks/outgoing.rb', line 2

def self.table_name_prefix
  "webhooks_outgoing_"
end