I am trying to save a array using the strong_parameters gem. But I am having issues with how the form is sending my array. The params look like this:
> pa
I just had the same issue and this was the correct syntax:
def circuit_params params.require(:circuit).permit(:title, :id, {:viewable_tasks => []}, ... ) end