Remove unused ProfileController#password action

This commit is contained in:
Robert Speicher 2012-09-16 07:31:51 -04:00
parent d7eb797024
commit 89069dc5f7

View file

@ -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"}