I have an application that has a custom registration controller, called users_controller, for devise because only Admin is able to create users. I want to allow users to ch
This is not enough, tough. You'll have to add attr_accessor :current_password to the model, like explained in here.
attr_accessor :current_password