mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Typo fix [skip ci]
This commit is contained in:
parent
3af7b16c11
commit
9f85c41eec
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ module ActiveRecord
|
|||
# override any order specified in the original relation
|
||||
relation.reorder! values[:order]
|
||||
elsif values[:order]
|
||||
# merge in order_values from r
|
||||
# merge in order_values from relation
|
||||
relation.order! values[:order]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue