Selects all records where my_column is either NULL or an empty string.

where("(my_column = '') IS NOT FALSE")