I am trying to implement an employee recurrent deductions table through check boxes using simple_form. My code works but the selected recurrent deductions are not saved in my ta
I needed the following strong params
def employee_params params.require(:employee).permit(:first_name, :recurrent_ids => []) end