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
Project
has_features
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
Project Readme