From c95f9d5236b9d85e206b09aadee733a727ae7634 Mon Sep 17 00:00:00 2001 From: Kensuke Kaneko Date: Thu, 21 Jan 2010 00:25:35 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=83=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=80=80=E3=83=87=E3=83=BC=E3=82=BF=E3=83=99=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=82=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depot/app/controllers/application.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/depot/app/controllers/application.rb b/depot/app/controllers/application.rb index dc070b8..0fdcd93 100644 --- a/depot/app/controllers/application.rb +++ b/depot/app/controllers/application.rb @@ -6,10 +6,10 @@ class ApplicationController < ActionController::Base # See ActionController::RequestForgeryProtection for details # Uncomment the :secret if you're not using the cookie session store - protect_from_forgery # :secret => 'c44710ac164322be64aab9898f15daf2' - - # See ActionController::Base for details + protect_from_forgery :secret => 'c44710ac164322be64aab9898f15daf2' + + # 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"). + # from your application log (in this case, all fields with names like "password"). # filter_parameter_logging :password end