To allow: image_file_url = nil line 395 of model.rb should be elsif file_url.blank? not: elsif file_url.empty?
To allow:
image_file_url = nil
line 395 of model.rb should be
elsif file_url.blank?
not:
elsif file_url.empty?