lib/webhook_system/subscription.rb in webhook_system-2.3.1 vs lib/webhook_system/subscription.rb in webhook_system-2.4.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module WebhookSystem # This is the model encompassing the actual record of a webhook subscription class Subscription < ActiveRecord::Base self.table_name = 'webhook_subscriptions'