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:
parent
6358e6c107
commit
73213f4ca7
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue