mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05: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
|