-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a regression introduced by commit #54c57330c419a597078170143398…
…b33427114ae0
- Loading branch information
1 parent
e5bb7c9
commit da02394
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It looks like rails is applying chain of .order with reverse order :-) LIFO, so this change breaks desired behavior, it should be
or
how it was done before it was done right :-) #569