aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/helpers/application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/helpers/application.rb b/railties/helpers/application.rb
index f43525bf80..0444cce325 100644
--- a/railties/helpers/application.rb
+++ b/railties/helpers/application.rb
@@ -3,4 +3,5 @@
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
+ protect_from_forgery
end