From b8193e8e67203f06ee812d6da39470a90445ed69 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 22 Jan 2016 12:24:36 +0800 Subject: [PATCH] Remove Arel patch that has been merged upstream. --- lib/freedom_patches/arel_patch.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/freedom_patches/arel_patch.rb diff --git a/lib/freedom_patches/arel_patch.rb b/lib/freedom_patches/arel_patch.rb deleted file mode 100644 index 4c0ae309b..000000000 --- a/lib/freedom_patches/arel_patch.rb +++ /dev/null @@ -1,6 +0,0 @@ -# https://github.com/rails/arel/pull/206 -class Arel::Table - def hash - @name.hash - end -end