From 4defe1ac8a1689262a9a9f2c030714727f72e06e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 29 Jun 2006 02:00:44 +0000 Subject: More compatible Hash.create_from_xml. Closes #5523. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4510 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/hash/conversions.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/core_ext/hash/conversions.rb') diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb index ac4a612e49..1e7f8eb68d 100644 --- a/activesupport/lib/active_support/core_ext/hash/conversions.rb +++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb @@ -113,6 +113,8 @@ module ActiveSupport #:nodoc: when 1 then value.first else value end + when "String" + value else raise "can't typecast #{value.inspect}" end -- cgit v1.2.3