mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
TableAlias leg ordering has changed, so change accordingly
This commit is contained in:
@@ -22,7 +22,7 @@ module ActiveRecord
|
||||
end
|
||||
|
||||
def aliased_table
|
||||
Arel::Nodes::TableAlias.new aliased_table_name, table
|
||||
Arel::Nodes::TableAlias.new table, aliased_table_name
|
||||
end
|
||||
|
||||
def ==(other)
|
||||
|
||||
Reference in New Issue
Block a user