summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/controller_with_cross_project_access_check.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-09-20 22:53:27 +0000
committerStan Hu <stanhu@gmail.com>2018-09-20 22:53:27 +0000
commit711e9f0796af13f9d490343aeaf6a56939c97230 (patch)
treec771c57829ce0d9e8c9e4841111138b12454414b /app/controllers/concerns/controller_with_cross_project_access_check.rb
parent9dff8567eb60902edf8cfd0399afe66ab1916157 (diff)
parent73322a0e551bbbc42d429b15e7ad9fd375ab761d (diff)
downloadgitlab-ce-711e9f0796af13f9d490343aeaf6a56939c97230.tar.gz
Merge branch 'frozen-string-app-controller' into 'master'
Enable frozen string in app/controllers/**/*.rb See merge request gitlab-org/gitlab-ce!21736
Diffstat (limited to 'app/controllers/concerns/controller_with_cross_project_access_check.rb')
-rw-r--r--app/controllers/concerns/controller_with_cross_project_access_check.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/concerns/controller_with_cross_project_access_check.rb b/app/controllers/concerns/controller_with_cross_project_access_check.rb
index a45c3384578..3f72f092683 100644
--- a/app/controllers/concerns/controller_with_cross_project_access_check.rb
+++ b/app/controllers/concerns/controller_with_cross_project_access_check.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ControllerWithCrossProjectAccessCheck
extend ActiveSupport::Concern