Skip to content

Commit

Permalink
Dont need to specify password_confirmation, that happens automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Dec 22, 2009
1 parent d982fe2 commit a43a9c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,5 +4,5 @@
class ApplicationController < ActionController::Base
helper :all
protect_from_forgery
filter_parameter_logging :password, :password_confirmation
filter_parameter_logging :password
end

0 comments on commit a43a9c8

Please sign in to comment.