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 (github.com/swanandp/acts_as_list) which is © David Heinemeier Hansson Copyright © 2012 Seth Faxon, released under the MIT license