From 12ee2753c1e27c0c9480a8e79db2463ba51ba3ec Mon Sep 17 00:00:00 2001 From: gfyoung Date: Tue, 25 Sep 2018 20:45:43 -0700 Subject: Enable even more frozen string in app/controllers Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424. --- app/controllers/users/terms_controller.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/controllers/users') diff --git a/app/controllers/users/terms_controller.rb b/app/controllers/users/terms_controller.rb index 1b1560a2a00..3c16d934b4d 100644 --- a/app/controllers/users/terms_controller.rb +++ b/app/controllers/users/terms_controller.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Users class TermsController < ApplicationController include InternalRedirect -- cgit v1.2.3