mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Dont need to specify password_confirmation, that happens automatically
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
helper :all
|
||||
protect_from_forgery
|
||||
filter_parameter_logging :password, :password_confirmation
|
||||
filter_parameter_logging :password
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user