time_select blank field saves a default time when form is submitted
问题 Im having trouble understanding my options for time_select. My goal is to have only user created time selections render in my show action after form submission. What is happening however is a default time of 12:00 AM being rendered for all time_select fields not touched by a user. I am looking for a way to either stop default time values from saving (which if I had to guess, isn't possible), or create a conditional that would allow me to prevent default time values from rendering. I have