Skip to content

Commit

Permalink
Freeze strings
Browse files Browse the repository at this point in the history
  • Loading branch information
CasparBre committed Mar 9, 2024
1 parent 3cc8e86 commit b3a345e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/webhook.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class Webhook < ActiveRecord::Base
belongs_to :layer, class_name: 'Group', foreign_key: :layer_group_id

Expand Down

0 comments on commit b3a345e

Please sign in to comment.