• Yorick Peterse's avatar
    Only sort by IDs by default · 732f5380
    Yorick Peterse authored
    Sorting by both "created_at" and "id" in descending order is not needed
    as simply sorting by "id" in descending order will already sort rows
    from new to old. Depending on the query and data involved sorting twice
    can also introduce significant overhead.
    732f5380
sortable.rb 1.01 KB