HasFeatures

This is a minor variation on acts_as_list, with a terrible name. If the position is nil then the object is not featured.

Example

class Authors < ActiveRecord::Base
has_features
end

Authors.featured

blatantly borrowed from acts_as_list (https://github.com/swanandp/acts_as_list) which is (c) David Heinemeier Hansson Copyright (c) 2012 Seth Faxon, released under the MIT license