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.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/lib/core_ext/hash.rb b/activesupport/lib/core_ext/hash.rb
new file mode 100644
index 0000000000..2aa7843e75
--- /dev/null
+++ b/activesupport/lib/core_ext/hash.rb
@@ -0,0 +1,6 @@
+$:.unshift(File.dirname(__FILE__))
+require 'hash/keys'
+
+class Hash
+ include ActiveSupport::CoreExtensions::Hash::Keys
+end