Correct views mail method sends in API docs

This commit is contained in:
Andrew Vida 2015-01-14 14:43:58 -05:00
parent b23330745b
commit 29a2977af5

@ -55,7 +55,7 @@ module ActionMailer
#
# 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:
#