Merge pull request #3972 from tgxworld/remove_arel_patch_merged_upstream

Remove Arel patch that has been merged upstream.
This commit is contained in:
Sam 2016-01-25 09:27:57 +11:00
commit b3855d94f4

View file

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