Make your Mongoid model acts as a list. This acts_as extension provides the capabilities for sorting and reordering a number of objects in a list. The instances that take part in the list should have a +position+ field of type Integer.
Kristian Mandrup
gem "acts_as_list_mongoid", "~> 0.2.5.1"