mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
TableAlias leg ordering has changed, so change accordingly
This commit is contained in:
parent
2be383b946
commit
cfb6f77ac0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue