From 6d5364cfb0e39f49afac9b465f37bd19185c3755 Mon Sep 17 00:00:00 2001 From: Ruben Davila Date: Tue, 2 May 2017 23:36:36 -0500 Subject: First round of updates from the code review. --- app/controllers/profiles_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/profiles_controller.rb') diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 0f01bf7e706..57e23cea00e 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -3,7 +3,6 @@ class ProfilesController < Profiles::ApplicationController before_action :user before_action :authorize_change_username!, only: :update_username - before_action :set_locale, only: :show skip_before_action :require_email, only: [:show, :update] def show -- cgit v1.2.1