1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Say it briefly

This commit is contained in:
David Heinemeier Hansson 2008-11-30 15:18:46 -06:00
parent 6358e6c107
commit 73213f4ca7

View file

@ -3,12 +3,8 @@
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
protect_from_forgery # See ActionController::RequestForgeryProtection for details
# See ActionController::RequestForgeryProtection for details
protect_from_forgery
# See ActionController::Base for details
# Uncomment this to filter the contents of submitted sensitive data parameters
# from your application log (in this case, all fields with names like "password").
# Scrub sensitive parameters from your log
# filter_parameter_logging :password
end