forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .tabular_sort instead of .stable_sort_by
`.stable_sort_by` was deprecated here: ManageIQ/more_core_extensions#76 And will be removed in `more_core_extensions` v4.0, so this is getting out ahead of that. Note: The change to add `.to_a` is ahead of `.tabular_sort` is because `Ruport::Data::Table` inherits from `Enumerable` and not `Array`, but `.tabular_sort` was implemented only on `Array`. Should still work the same, though.
- Loading branch information
1 parent
46dea6c
commit 366cbb5
Showing
2 changed files
with
2 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
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