diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-06-30 20:04:35 -0300 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-07-01 12:04:11 -0700 |
commit | 4a0c514eb48b8e5d4ceffb4817661c182c2368a3 (patch) | |
tree | 4b52cc7c03889950c6b08b47bf468c758129ac6b /activesupport/test | |
parent | d7c1057652cfc971bb35ef09b0b1560fcd28ed70 (diff) | |
download | rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.tar.gz rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.tar.bz2 rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.zip |
AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/ordered_hash_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/ordered_hash_test.rb b/activesupport/test/ordered_hash_test.rb index 3d1bae163f..d340bed444 100644 --- a/activesupport/test/ordered_hash_test.rb +++ b/activesupport/test/ordered_hash_test.rb @@ -1,5 +1,6 @@ require 'abstract_unit' require 'active_support/json' +require 'active_support/core_ext/object/to_json' class OrderedHashTest < Test::Unit::TestCase def setup |