How do i populate a dropdown based on the parent_id selected in a tree structure?
i am currently working on an online store where the category model has ancestry with the ancestry gem, i would like to add products by selecting the parent category first and then based on the selected category populate the category for the descendants.
i could really use some help
i could really use some help