lib/padrino-mailer/mime.rb in padrino-mailer-0.11.1 vs lib/padrino-mailer/mime.rb in padrino-mailer-0.11.2
- old
+ new
@@ -1,13 +1,11 @@
module Padrino
module Mailer
- ##
# Handles MIME type declarations for mail delivery.
#
module Mime
- ##
# Returns Symbol with mime type if found, otherwise use +fallback+.
# +mime+ should be the content type like "text/plain"
# +fallback+ may be any symbol
#
# Also see the documentation for {MIME_TYPES}.