Module: SortItOut::Sortable::ActMethods
- Defined in:
- lib/sort_it_out/sortable.rb
Instance Method Summary collapse
Instance Method Details
#sortable(options = {}) ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/sort_it_out/sortable.rb', line 9 def sortable( ={} ) unless included_modules.include? InstanceMethods include InstanceMethods before_filter :resolve_sort class_inheritable_accessor :options end self. = end |