From 15b878e27e8188e9d22755fd648f75de313f012f Mon Sep 17 00:00:00 2001 From: gfyoung Date: Fri, 3 Aug 2018 10:22:24 -0700 Subject: Enable more frozen string in app/models/**/*.rb Partially addresses #47424. --- app/models/hooks/web_hook.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/models/hooks/web_hook.rb') diff --git a/app/models/hooks/web_hook.rb b/app/models/hooks/web_hook.rb index e353abdda9c..f18aadefa5c 100644 --- a/app/models/hooks/web_hook.rb +++ b/app/models/hooks/web_hook.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class WebHook < ActiveRecord::Base include Sortable -- cgit v1.2.1