brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Be explicit about ordering when mapping :pos #241

Closed brendon closed 7 years ago

brendon commented 7 years ago

This was due to not ordering the results by id before comparing the array of pos with the expected result.