aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/hash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/hash.rb')
-rw-r--r--activesupport/lib/core_ext/hash.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/core_ext/hash.rb b/activesupport/lib/core_ext/hash.rb
index a5c53db1e0..e899d3e1e2 100644
--- a/activesupport/lib/core_ext/hash.rb
+++ b/activesupport/lib/core_ext/hash.rb
@@ -1,5 +1,7 @@
require File.dirname(__FILE__) + '/hash/keys'
+require File.dirname(__FILE__) + '/hash/indifferent_access'
class Hash #:nodoc:
include ActiveSupport::CoreExtensions::Hash::Keys
+ include ActiveSupport::CoreExtensions::Hash::IndifferentAccess
end