mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:19:49 +08:00
7 lines
95 B
Ruby
7 lines
95 B
Ruby
# https://github.com/rails/arel/pull/206
|
|
class Arel::Table
|
|
def hash
|
|
@name.hash
|
|
end
|
|
end
|