From e3a616764ebd63dcb64f7787074449a61c836e1a Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 15 Jan 2018 12:43:26 +1100 Subject: [PATCH] PERF: add frozen strings --- app/controllers/forums_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/forums_controller.rb b/app/controllers/forums_controller.rb index 00b19366287..ec02d4e5a18 100644 --- a/app/controllers/forums_controller.rb +++ b/app/controllers/forums_controller.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class ForumsController < ApplicationController skip_before_action :preload_json, :check_xhr