From 6fd737b76b7024fbc7d27f99139c9a0d052b1fc3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 7 Mar 2006 04:52:49 +0000 Subject: Proper options for XmlSimple git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3808 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/cgi_ext/cgi_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/cgi_ext') diff --git a/actionpack/lib/action_controller/cgi_ext/cgi_methods.rb b/actionpack/lib/action_controller/cgi_ext/cgi_methods.rb index 3e65e5cb3a..e09fc4ac11 100755 --- a/actionpack/lib/action_controller/cgi_ext/cgi_methods.rb +++ b/actionpack/lib/action_controller/cgi_ext/cgi_methods.rb @@ -63,7 +63,7 @@ class CGIMethods #:nodoc: when Proc strategy.call(raw_post_data) when :xml_simple - XmlSimple.xml_in(raw_post_data, 'ForceArray' => false, :keeproot => true) + XmlSimple.xml_in(raw_post_data, 'ForceArray' => false, 'keeproot' => true) when :yaml YAML.load(raw_post_data) when :xml_node -- cgit v1.2.3