aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorclaudiob <claudiob@inventati.org>2016-10-19 11:48:43 -0700
committerclaudiob <claudiob@inventati.org>2016-10-19 11:48:43 -0700
commita01cf703e23a96bad044766efad58b4d56d8bf11 (patch)
tree8a91ee304770a341ca31719abde51b6f8649bf6a /activesupport
parent125ecfbbff339c25ff81fdb48739e603b66ce406 (diff)
downloadrails-a01cf703e23a96bad044766efad58b4d56d8bf11.tar.gz
rails-a01cf703e23a96bad044766efad58b4d56d8bf11.tar.bz2
rails-a01cf703e23a96bad044766efad58b4d56d8bf11.zip
Add missing require
Diffstat (limited to 'activesupport')
-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