From 89069dc5f7714472b106914a27c462755ab01396 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sun, 16 Sep 2012 07:31:51 -0400 Subject: [PATCH] Remove unused ProfileController#password action --- app/controllers/profile_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/profile_controller.rb b/app/controllers/profile_controller.rb index ba68af2e..7ddbfe11 100644 --- a/app/controllers/profile_controller.rb +++ b/app/controllers/profile_controller.rb @@ -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"}