aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-17 13:48:26 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-17 13:48:26 -0300
commitfd56b51f9bd9a472a464f7fb5ba40560156cd557 (patch)
treee4f2e0dd680bc261f9e898843e714ab9e6fd6e1e /activesupport/lib
parent8a80e3b6c446931330ad07130603712e8d0a2ff3 (diff)
parentd43b1b0a9eb5bc46818224d0939223ea31a41b00 (diff)
downloadrails-fd56b51f9bd9a472a464f7fb5ba40560156cd557.tar.gz
rails-fd56b51f9bd9a472a464f7fb5ba40560156cd557.tar.bz2
rails-fd56b51f9bd9a472a464f7fb5ba40560156cd557.zip
Merge pull request #17300 from claudiob/add-necessary-require-reverse-merge
Add necessary 'require reverse_merge' to HAWI.rb
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/hash_with_indifferent_access.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/hash_with_indifferent_access.rb b/activesupport/lib/active_support/hash_with_indifferent_access.rb
index 3d8f2d572b..1468c62151 100644
--- a/activesupport/lib/active_support/hash_with_indifferent_access.rb
+++ b/activesupport/lib/active_support/hash_with_indifferent_access.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/hash/keys'
+require 'active_support/core_ext/hash/reverse_merge'
module ActiveSupport
# Implements a hash where keys <tt>:foo</tt> and <tt>"foo"</tt> are considered