How does one supported nested resource
Considering the following resources
How can this be achieved ? If I change from
How do you deal with this problem ?
How can this be achieved ? If I change from
:customer_id to :id for list and create of customer-products then all is fine with the list and create functionality, but I can't use it for edit and show buttons. As it will be the same as the product_id, not the desired customer_idHow do you deal with this problem ?
