Ticket #11578: commented_reminder.diff
| File commented_reminder.diff, 0.6 kB (added by yaroslav, 3 months ago) |
|---|
-
railties/helpers/application.rb
old new 7 7 # See ActionController::RequestForgeryProtection for details 8 8 # Uncomment the :secret if you're not using the cookie session store 9 9 protect_from_forgery # :secret => '<%= app_secret %>' 10 11 # Filter parameter logging for all fields with names like "password". This prevents the logging of your users' passwords. 12 #filter_parameter_logging :password 10 13 end