From 016f15dc69b876c62606d267dcbb8124d0ad02a5 Mon Sep 17 00:00:00 2001 From: snusnu Date: Thu, 28 Jan 2010 02:03:05 +0100 Subject: active_support/ordered_hash now requires yaml --- activesupport/lib/active_support/ordered_hash.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/ordered_hash.rb b/activesupport/lib/active_support/ordered_hash.rb index 6723805d32..57ead35827 100644 --- a/activesupport/lib/active_support/ordered_hash.rb +++ b/activesupport/lib/active_support/ordered_hash.rb @@ -1,3 +1,5 @@ +require 'yaml' + # OrderedHash is namespaced to prevent conflicts with other implementations module ActiveSupport # Hash is ordered in Ruby 1.9! -- cgit v1.2.3