Posts by Scotto • 1 point
1 post
-
0
votes3
answers262
viewsA: Many to Many JSON POST - Rails 5 - Only API
To receive the passion_ids must have this attribute passion_ids in model.post params.require(:post).permit(:title, :passion_ids, :description)…