aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio B <claudiob@users.noreply.github.com>2016-10-21 18:08:34 -0700
committerGitHub <noreply@github.com>2016-10-21 18:08:34 -0700
commit397025db76c68a8916ce992d2cf7b0df9288320a (patch)
treee925da644b2e08d2c85848981bac4da24ad0c336
parentf6df3d9a7a992f67164f13a1c03ae35a0b766c42 (diff)
parenta01cf703e23a96bad044766efad58b4d56d8bf11 (diff)
downloadrails-397025db76c68a8916ce992d2cf7b0df9288320a.tar.gz
rails-397025db76c68a8916ce992d2cf7b0df9288320a.tar.bz2
rails-397025db76c68a8916ce992d2cf7b0df9288320a.zip
Merge pull request #26826 from claudiob/add-require
Add missing require in active_support/hash_with_indifferent_access.rb
-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 74a603c05d..a56943d99d 100644
--- a/activesupport/lib/active_support/hash_with_indifferent_access.rb
+++ b/activesupport/lib/active_support/hash_with_indifferent_access.rb
@@ -1,5 +1,6 @@
require "active_support/core_ext/hash/keys"
require "active_support/core_ext/hash/reverse_merge"
+require "active_support/core_ext/hash/indifferent_access"
module ActiveSupport
# Implements a hash where keys <tt>:foo</tt> and <tt>"foo"</tt> are considered