lib/padrino-mailer/mime.rb in padrino-mailer-0.13.0.beta2 vs lib/padrino-mailer/mime.rb in padrino-mailer-0.13.0.beta3
- old
+ new
@@ -34,10 +34,10 @@
# List of common mime-types, selected from various sources
# according to their usefulness for an email scope.
#
# You can add your own mime types like:
#
- # Padrino::Mailer::MIME_TYPES.merge!("text/xml" => :xml)
+ # Padrino::Mailer::Mime::MIME_TYPES.merge!("text/xml" => :xml)
#
MIME_TYPES = {
"text/html" => :html,
"text/plain" => :plain,
"text/xml" => :xml