Posts by william maia • 1 point
1 post
-
0
votes3
answers262
viewsA: Many to Many JSON POST - Rails 5 - Only API
I believe the error is here params.require(:post).permit(:title,:passion_ids,:description) your ':passion_ids' is as an attribute of :post, while it is being passed at the root of the parameters by…