diff options
| author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-08-03 12:58:00 +0200 |
|---|---|---|
| committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-08-03 12:58:00 +0200 |
| commit | 98e9f52cf4e02562055f9106a155184e7b55012f (patch) | |
| tree | ba2b9b0deeb3fb3ff92bb844ae67cc6edb8251a2 /app/controllers/application_controller.rb | |
| parent | 5bbd3a93e963addfa2f1bbfa96c6a3c231e66d09 (diff) | |
| download | gitlab-ce-98e9f52cf4e02562055f9106a155184e7b55012f.tar.gz | |
Improve blocked user tracking code readability
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 1 |
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 } |
