OSDN Git Service

Remove unused ProfileController#password action
authorRobert Speicher <rspeicher@gmail.com>
Sun, 16 Sep 2012 11:31:51 +0000 (07:31 -0400)
committerRobert Speicher <rspeicher@gmail.com>
Sun, 16 Sep 2012 11:38:14 +0000 (07:38 -0400)
app/controllers/profile_controller.rb

index ba68af2..7ddbfe1 100644 (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"}