Flowdock
method

data_url

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: InlinePreviewInterceptor
data_url(part) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/inline_preview_interceptor.rb, line 53
      def data_url(part)
        "data:#{part.mime_type};base64,#{strict_encode64(part.body.raw_source)}"
      end
Register or log in to add new notes.