0.0
No commit activity in last 3 years
No release in over 3 years
Based on acts_as_list, but allows nil elements to be not a part of the featuerd list.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.0.0
~> 1.0.0
>= 0
 Project Readme
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