aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/extensions/hash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/extensions/hash.rb')
-rw-r--r--lib/arel/extensions/hash.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/arel/extensions/hash.rb b/lib/arel/extensions/hash.rb
deleted file mode 100644
index 7472b5aa73..0000000000
--- a/lib/arel/extensions/hash.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Hash
- def bind(relation)
- inject({}) do |bound, (key, value)|
- bound.merge(key.bind(relation) => value.bind(relation))
- end
- end
-end \ No newline at end of file