diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-24 22:52:35 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-24 22:52:35 +0000 |
commit | eca3b790b5aaa92cc563dfed095feffda150c09e (patch) | |
tree | b10557e164048e767f522cc39fb86a69107dd62a /railties/helpers | |
parent | 959a1fc22dad10726c34d8fc03c8e0985ae0db9e (diff) | |
download | rails-eca3b790b5aaa92cc563dfed095feffda150c09e.tar.gz rails-eca3b790b5aaa92cc563dfed095feffda150c09e.tar.bz2 rails-eca3b790b5aaa92cc563dfed095feffda150c09e.zip |
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
Diffstat (limited to 'railties/helpers')
-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 |