diff options
-rw-r--r-- | railties/helpers/application.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/helpers/application.rb b/railties/helpers/application.rb index 0444cce325..043488903d 100644 --- a/railties/helpers/application.rb +++ b/railties/helpers/application.rb @@ -3,5 +3,5 @@ class ApplicationController < ActionController::Base helper :all # include all helpers, all the time - protect_from_forgery -end + protect_from_forgery # See ActionController::RequestForgeryProtection for details +end
\ No newline at end of file |