lib/action_mailer/base.rb in actionmailer-4.2.0 vs lib/action_mailer/base.rb in actionmailer-4.2.1.rc1

- old
+ new

@@ -56,10 +56,10 @@ # The hash passed to the mail method allows you to specify any header that a <tt>Mail::Message</tt> # will accept (any valid email header including optional fields). # # The mail method, if not passed a block, will inspect your views and send all the views with # the same name as the method, so the above action would send the +welcome.text.erb+ view - # file as well as the +welcome.text.html.erb+ view file in a +multipart/alternative+ email. + # file as well as the +welcome.html.erb+ view file in a +multipart/alternative+ email. # # If you want to explicitly render only certain templates, pass a block: # # mail(to: user.email) do |format| # format.text