I'm using acts_as_list plugin to sort my to do lists.
* [drag] Test 1
* [drag] sadf 2
* [drag] asdf 3
However I want the numbering to the DESC instead. So it shows as
* [drag] Test 3
* [drag] sadf 2
* [drag] asdf 1
How do I do that?
Thanks