From be42c05054bda2417fdd26e86e0f4c80c9d0ccb6 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sun, 23 Sep 2018 12:44:14 -0700 Subject: Enable more frozen string in app/controllers/ Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424. --- app/controllers/dashboard/application_controller.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/controllers/dashboard/application_controller.rb') diff --git a/app/controllers/dashboard/application_controller.rb b/app/controllers/dashboard/application_controller.rb index 9fb5c525425..cee0753a021 100644 --- a/app/controllers/dashboard/application_controller.rb +++ b/app/controllers/dashboard/application_controller.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class Dashboard::ApplicationController < ApplicationController include ControllerWithCrossProjectAccessCheck -- cgit v1.2.1