jbuilder-json_api icon indicating copy to clipboard operation
jbuilder-json_api copied to clipboard

Nested resources causing links error

Open panbanda opened this issue 8 years ago • 0 comments

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?

panbanda avatar Jun 25 '17 03:06 panbanda