Subject: | null has_a fields throw exceptions |
I have has_a columns that can be null, and these throw exceptions in sub form_has_a. What I'd like is a 'NONE' option that inserts a null into the db, and have it be the selected value if the column is set to NULL. Is this possible?