0
@@ -7,4 +7,9 @@ class ApplicationController < ActionController::Base
0
# See ActionController::RequestForgeryProtection for details
0
# Uncomment the :secret if you're not using the cookie session store
0
protect_from_forgery # :secret => '<%= app_secret %>'
0
+ # See ActionController::Base for details
0
+ # Uncomment this to filter the contents of submitted sensitive data parameters
0
+ # from your application log (in this case, all fields with names like "password").
0
+ # filter_parameter_logging :password
Comments
No one has commented yet.