aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Hoffman <cehoffman@gmail.com>2010-07-23 19:09:27 -0500
committerJosé Valim <jose.valim@gmail.com>2010-08-02 16:18:33 +0200
commit59cf514a5b769257a1538736d91f48ee0900e236 (patch)
treeab4faad0f96e5e1220b75210e4fac2970c0b5b37
parent2dfeb7bc30b3506e87c70853ebfee0bd305f4550 (diff)
downloadrails-59cf514a5b769257a1538736d91f48ee0900e236.tar.gz
rails-59cf514a5b769257a1538736d91f48ee0900e236.tar.bz2
rails-59cf514a5b769257a1538736d91f48ee0900e236.zip
Add missing require in ActiveSupport::HashWithIndifferentAccess [#5189 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
-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 f64f0f44cc..eec5d4cf47 100644
--- a/activesupport/lib/active_support/hash_with_indifferent_access.rb
+++ b/activesupport/lib/active_support/hash_with_indifferent_access.rb
@@ -1,3 +1,4 @@
+require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/hash/keys'
# This class has dubious semantics and we only have it so that