I am building a school timetable, the timetable has 6 subjects a day (mon-friday). I have created an input field
<%= f.text_field "gradeclassroomsubject_id[]", :value => @array_values %>
But I just don't know how to save it on my controller. Do I loop saving it? I've been stuck on th...


