You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find any setting that can be saved as empty strings
write a concern use_nil_for_blank on before_save replace the problematic settings that are blank with nil.
write a rake task to find all settings that are empty strings and replace them with strings.
we may decide to refactor the settings into a new model or a new column. if so this should be handled at the same time.
The text was updated successfully, but these errors were encountered:
find any setting that can be saved as empty strings
write a concern
use_nil_for_blank
onbefore_save
replace the problematic settings that are blank with nil.write a rake task to find all settings that are empty strings and replace them with strings.
we may decide to refactor the settings into a new model or a new column. if so this should be handled at the same time.
The text was updated successfully, but these errors were encountered: