Dont need to specify password_confirmation, that happens automatically

This commit is contained in:
David Heinemeier Hansson
2009-12-21 16:41:02 -08:00
parent d982fe2b2f
commit a43a9c81cf

View File

@@ -4,5 +4,5 @@
class ApplicationController < ActionController::Base
helper :all
protect_from_forgery
filter_parameter_logging :password, :password_confirmation
filter_parameter_logging :password
end