dkniffin / activeadmin_reorderable

Adds drag and drop reordering to your ActiveAdmin tables
MIT License
55 stars 22 forks source link

Fix URL builder for reorder route #7

Closed zporter closed 6 years ago

zporter commented 6 years ago

Preference is to use ActiveAdmin's built-in route builder so we get the correct namespace and model naming.

Tested with ActiveAdmin 1.0.0.pre. Appears to work with current version as well.

efatsi commented 6 years ago

👍