Commit 89069dc5f7714472b106914a27c462755ab01396

Authored by Robert Speicher
1 parent d7eb7970

Remove unused ProfileController#password action

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/controllers/profile_controller.rb
... ... @@ -16,9 +16,6 @@ class ProfileController < ApplicationController
16 16 def token
17 17 end
18 18  
19   - def password
20   - end
21   -
22 19 def password_update
23 20 params[:user].reject!{ |k, v| k != "password" && k != "password_confirmation"}
24 21  
... ...