zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
163 stars 127 forks source link

Improve README for people using acts_as_list #51

Closed wkoffel closed 9 years ago

wkoffel commented 9 years ago

A conflict between the way activeadmin-sortable-tree controllers use each_with_index, and the way that acts_as_list defaults to top_of_list=1 can be confusing, especially since top_of_list is undocumented, so not obvious what it's default behavior is.

zorab47 commented 9 years ago

Thanks for the PR!