# File lib/dragonfly/content.rb, line 186
    def b64_data
      "data:#{mime_type};base64,#{Base64.encode64(data)}"
    end