You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to view a tree in ActiveAdmin, this is throwing error: undefined method `sort_option' for :ancestry:Symbol
This doesn't work with the combination: Mongoid, mongoid-ancestry and active_admin-sortable_tree
But works fine with ActiveRecord, Ancestry and active_admin-sortable_tree
When trying to view a tree in ActiveAdmin, this is throwing error:
undefined method `sort_option' for :ancestry:Symbol
This doesn't work with the combination: Mongoid, mongoid-ancestry and active_admin-sortable_tree
But works fine with ActiveRecord, Ancestry and active_admin-sortable_tree
Sample source code is at: https://github.com/nahankid/community
The text was updated successfully, but these errors were encountered: