zorab47 / active_admin-sortable_tree

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

Get it to respect scopes? #94

Open tobiasgr opened 3 years ago

tobiasgr commented 3 years ago

Hi I am currently using this gem to list pages on the website in a hierarchy and it works great. I would also like to use it to manage multiple websites from the same admin. But I would need this to work with scopes, since I would need to make a scope per website to manage the sites and structures for each site. Is this possible? I have a hard time grasping how I would make it work...