tree menu in rails
I need to create a tree menu (similar to the javascript tree menu) in my rails application. I have been looking at acts_as_tree and was wondering if there exists any other way of doing it.
Is there a better wa开发者_开发问答y of creating tree menu rather than using 'acts_as_tree' or should i stick with the javascript tree menu?
Thanks a lot for any suggestion provided.
try awesome_nested_set gem or ancestry gem
精彩评论