SyntaxFix
Write A Post
Hire A Developer
Questions
If it is Rails 5, because of new hash notation: params.permit(:name, groundtruth: [:type, coordinates:[]]) will work fine.
params.permit(:name, groundtruth: [:type, coordinates:[]])