zorab47 / active_admin-sortable_tree

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

Uncaught exception: undefined method `index_name' for ActiveAdmin::Views::IndexAsSortable:Class #3

Closed blackfoxdeveloper closed 11 years ago

blackfoxdeveloper commented 11 years ago

active admin v 0.6

chrise86 commented 11 years ago

Also getting this issue...

blackfoxdeveloper commented 11 years ago

Try run in the v. 0.6

chrise86 commented 11 years ago

I am using v 0.6 and I am getting the same issue as you, have you found a fix?

nebirhos commented 11 years ago

Yep it's an incompatibility with the 0.6 version. I think it's just a namespace problem, you could stick with the 0.5.x version of active_admin until I'll have the time to update! A pull request is appreciated too :smile:

nebirhos commented 11 years ago

Nevermind, it was an easy fix. Try to pull the new commits

rumpledelf commented 10 years ago

Any tips on what was the fix? I'm very new to rails and I have almost the same error again with the latest active admin.