diff --git a/app/models/webhook.rb b/app/models/webhook.rb index 651bca7bf6..876a3d8dfb 100644 --- a/app/models/webhook.rb +++ b/app/models/webhook.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class Webhook < ActiveRecord::Base belongs_to :layer, class_name: 'Group', foreign_key: :layer_group_id