Closed FeeJai closed 9 years ago
When using webforms we do have empty Strings quite often as a result in optional Selects. This pr fixes the exception in Datamapper
This is something that should be done at the param parser level. There are instances when you want to store empty Strings. Maybe a better solution would be to check !allow_blank? && allow_nil?.
!allow_blank? && allow_nil?
When using webforms we do have empty Strings quite often as a result in optional Selects. This pr fixes the exception in Datamapper