Module: Resort
- Defined in:
- lib/resort.rb,
lib/resort/version.rb,
lib/generators/active_record/resort_generator.rb
Overview
# Resort
A tool that allows any ActiveRecord model to be sorted.
Unlike most Rails sorting plugins (acts_as_list, etc), Resort is based on linked lists rather than absolute position fields.
Defined Under Namespace
Modules: ClassMethods, Generators, Sortable
Constant Summary collapse
- VERSION =
Resort’s version number
"0.2.3"