summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 20:37:25 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-30 20:37:25 +0200
commit280a212443481dd4a5b470611c87a57f9ab129a6 (patch)
tree8d0607e9c303323ac2bbf0a05ee7236820b9d507 /app
parent5121576e0c18a3133a12e8c90d5faadb91c70888 (diff)
downloadgitlab-ce-280a212443481dd4a5b470611c87a57f9ab129a6.tar.gz
Fix Profiles::PasswordsController.
Diffstat (limited to 'app')
-rw-r--r--app/controllers/profiles/passwords_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profiles/passwords_controller.rb b/app/controllers/profiles/passwords_controller.rb
index 94ac62cb32c..86976ae39e3 100644
--- a/app/controllers/profiles/passwords_controller.rb
+++ b/app/controllers/profiles/passwords_controller.rb
@@ -1,4 +1,4 @@
-class Profiles::PasswordsController < ApplicationController
+class Profiles::PasswordsController < Profiles::ApplicationController
skip_before_action :check_password_expiration, only: [:new, :create]
before_action :set_user