Skip to content

Commit

Permalink
Convert Hash conversions extension module to class reopen
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 29, 2009
1 parent dad8dab commit 9130c31
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 220 deletions.
4 changes: 1 addition & 3 deletions activesupport/lib/active_support/core_ext/hash.rb
@@ -1,10 +1,8 @@
require 'active_support/core_ext/hash/conversions'
require 'active_support/core_ext/hash/deep_merge'
require 'active_support/core_ext/hash/diff'
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/hash/reverse_merge'
require 'active_support/core_ext/hash/slice'

require 'active_support/core_ext/util'
ActiveSupport.core_ext Hash, %w(conversions)

0 comments on commit 9130c31

Please sign in to comment.