This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/lib/freedom_patches/arel_patch.rb
2015-04-24 14:37:16 -04:00

7 lines
95 B
Ruby

# https://github.com/rails/arel/pull/206
class Arel::Table
def hash
@name.hash
end
end