summaryrefslogtreecommitdiff
path: root/app/controllers/admin/requests_profiles_controller.rb
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-09-13 22:42:05 -0700
committergfyoung <gfyoung17@gmail.com>2018-09-18 21:22:45 -0700
commit73322a0e551bbbc42d429b15e7ad9fd375ab761d (patch)
treecfb28cb2ef99f11dbb055a81db283b8269e2e1ab /app/controllers/admin/requests_profiles_controller.rb
parent2dac058de25dc6ed03d0ed6f8b099aa17cdc1cab (diff)
downloadgitlab-ce-73322a0e551bbbc42d429b15e7ad9fd375ab761d.tar.gz
Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controller
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
Diffstat (limited to 'app/controllers/admin/requests_profiles_controller.rb')
-rw-r--r--app/controllers/admin/requests_profiles_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/admin/requests_profiles_controller.rb b/app/controllers/admin/requests_profiles_controller.rb
index a478176e138..64d74ae4231 100644
--- a/app/controllers/admin/requests_profiles_controller.rb
+++ b/app/controllers/admin/requests_profiles_controller.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class Admin::RequestsProfilesController < Admin::ApplicationController
def index
@profile_token = Gitlab::RequestProfiler.profile_token