Posts by Allam Matsubara • 136 points
1 post
-
2
votes3
answers262
viewsA: Many to Many JSON POST - Rails 5 - Only API
I think you have some questions there. First, I think your JSON request should have a root, in case: { "post": { "title": "Titulo da postagem", "description":"Decrição do post", "passion_ids":[1,2]…