From eca3b790b5aaa92cc563dfed095feffda150c09e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 24 Sep 2007 22:52:35 +0000 Subject: Give a pointer on where to look for more git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7620 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/helpers/application.rb | 4 ++-- 1 file 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 -- cgit v1.2.3