Remove Arel patch that has been merged upstream.

This commit is contained in:
Guo Xiang Tan 2016-01-22 12:24:36 +08:00
parent 07b244741c
commit b8193e8e67

View File

@ -1,6 +0,0 @@
# https://github.com/rails/arel/pull/206
class Arel::Table
def hash
@name.hash
end
end