Remove unused ProfileController#password action
This commit is contained in:
parent
d7eb797024
commit
89069dc5f7
|
@ -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…
Reference in a new issue