mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
6 lines
95 B
Ruby
6 lines
95 B
Ruby
# https://github.com/rails/arel/pull/206
|
|
class Arel::Table
|
|
def hash
|
|
@name.hash
|
|
end
|
|
end
|