zorab47 / active_admin-sortable_tree

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

Fix sort route for nested resources #15

Closed zorab47 closed 10 years ago

zorab47 commented 10 years ago

Fix to prevent undefined method "sort_admin_(.*)_path" when resource is nested beneath another. Generate the URL for the current resource's :sort action with a simpler call to url_for(action: :sort).

nebirhos commented 10 years ago

wow nice trick!

EDIT: It works also with ActiveAdmin belongs_to.