]> git.openstreetmap.org Git - rails.git/commit
Make TraceController#list sort by id instead of timestamp
authorTom Hughes <tom@compton.nu>
Sun, 5 Feb 2017 16:18:56 +0000 (16:18 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 5 Feb 2017 16:18:56 +0000 (16:18 +0000)
commit94ab5c363562df89c7a372861b9f540984792ea4
treed4139289994afe9644ffb0baa6e921f85a603aba
parent0814b4096c443e2ab3c09baa058aa81a00d205d1
Make TraceController#list sort by id instead of timestamp

The effect is much the same but id is guaranteed to give a stable
sort if two traces have the same timestamp.
app/controllers/trace_controller.rb