Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-08-03 13:58:00 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-08-03 13:58:00 +0300
commit98e9f52cf4e02562055f9106a155184e7b55012f (patch)
treeba2b9b0deeb3fb3ff92bb844ae67cc6edb8251a2 /app
parent5bbd3a93e963addfa2f1bbfa96c6a3c231e66d09 (diff)
Improve blocked user tracking code readability
Diffstat (limited to 'app')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 3c9ad05ef86..783831748a7 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -24,7 +24,6 @@ class ApplicationController < ActionController::Base
before_action :configure_permitted_parameters, if: :devise_controller?
before_action :require_email, unless: :devise_controller?
-
around_action :set_locale
after_action :set_page_title_header, if: -> { request.format == :json }