active_support/ordered_hash now requires yaml

This commit is contained in:
snusnu 2010-01-28 02:03:05 +01:00 committed by Jeremy Kemper
parent f2dd3578c0
commit 016f15dc69
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'yaml'
# OrderedHash is namespaced to prevent conflicts with other implementations
module ActiveSupport
# Hash is ordered in Ruby 1.9!