Skip to content

Commit

Permalink
hash/conversions.rb needs active_support/core_ext/object/blank becaus…
Browse files Browse the repository at this point in the history
…e it uses blank?
  • Loading branch information
fxn authored and jeremy committed Jan 1, 2010
1 parent 2f9fc1f commit e6385a9
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,6 +1,7 @@
require 'active_support/time'
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/hash/reverse_merge'
require 'active_support/core_ext/object/blank'

class Hash
# This module exists to decorate files deserialized using Hash.from_xml with
Expand Down

0 comments on commit e6385a9

Please sign in to comment.