Open ka8725 opened 11 years ago
List of checkboxes for form helper generates array of params like this (I don't select any checkbox and use "id_in" predicate):
[""]
Validator pass them and gem generates wrong select like this:
select * from smth where id in (NULL)
So my changes fix this issue
merge this patch please :))
It seems that @ernie has no longer supported this gem - the last change was 1 year ago
Added integration with rails 4
List of checkboxes for form helper generates array of params like this (I don't select any checkbox and use "id_in" predicate):
Validator pass them and gem generates wrong select like this:
So my changes fix this issue