mongo_mapper_acts_as_list 0.3.3
This is a port of classic Rails' acts_as_list to Mongo Mapper. This Mongo Mapper plugin provides the capabilities for sorting and reordering a number of objects in a list. If you do not specify custom position column in the options, a key named position will be added and used by default.
Gemfile:
=
install:
=
Runtime Dependencies (1):
mongo_mapper
>= 0
Development Dependencies (1):
rake
>= 0