zorab47 / active_admin-sortable_tree

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

Load and use Activeadmin in a custom namespace #2

Closed gudata closed 11 years ago

gudata commented 11 years ago

Thanks for you good work on the sortables.

I wasn't able to load the gem in my rails '3.2.11' application because the ActiveAdmin::Component isn't visible in:

  class IndexAsSortable < ActiveAdmin::Component

Also our active admin is configured to work in :administration than :admin

nebirhos commented 11 years ago

Working with other activeadmin gems I never noticed the dependency problem, thank you!

gudata commented 11 years ago

Thanks