Try this
params.require(:post).permit(:name, :email, :categories => [])
(Disregard my comment, I don’t think that matters)
Try this
params.require(:post).permit(:name, :email, :categories => [])
(Disregard my comment, I don’t think that matters)