Skip to content
Snippets Groups Projects
Commit 89069dc5 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove unused ProfileController#password action

parent d7eb7970
No related branches found
No related tags found
1 merge request!1477Routing specs and cleanup
Loading
Loading
@@ -16,9 +16,6 @@ class ProfileController < ApplicationController
def token
end
 
def password
end
def password_update
params[:user].reject!{ |k, v| k != "password" && k != "password_confirmation"}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment