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