Skip to main content

ActsAsList is a Rails plugin that provides list abilities to an ActiveRecord model

This acts_as_list extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a position column defined as an integer on the mapped database table.