Commit 280a2124 authored by Douwe Maan's avatar Douwe Maan

Fix Profiles::PasswordsController.

parent 5121576e
class Profiles::PasswordsController < ApplicationController
class Profiles::PasswordsController < Profiles::ApplicationController
skip_before_action :check_password_expiration, only: [:new, :create]
before_action :set_user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment