I'm new to motor-admin, but am having a great experience so far, after trying activeadmin.
When I create a new record on a table that has boolean columns, if I do not check the boxes, they are saved as nil instead of false. If I go ahead and check them and then uncheck them, they get recorded properly as false values.
I'm new to motor-admin, but am having a great experience so far, after trying activeadmin.
When I create a new record on a table that has boolean columns, if I do not check the boxes, they are saved as nil instead of false. If I go ahead and check them and then uncheck them, they get recorded properly as false values.
Am I doing something wrong?