jbuilder-json_api
jbuilder-json_api copied to clipboard
Nested resources causing links error
Hey there thanks for making this!
Just wanted to point out (and maybe I'm missing something) but when I have a route like /users/:id/tickets the self link being generated is looking for the route ticket_path but it should be using user_ticket_path and providing the nested information. Is there a way to do this?