Open raghubetina opened 6 years ago
For starter:resource, to account for the problem caused by params.fetch when a checkbox is not checked, I include an extraneous <input>.
params.fetch
<input>
Instead, we should generate code
params.fetch("<%= attribute.column_name %>", "")
in the controller.
For starter:resource, to account for the problem caused by
params.fetch
when a checkbox is not checked, I include an extraneous<input>
.Instead, we should generate code
in the controller.