add default value to deliver_later_queue_name option [ci skip]

This commit is contained in:
yuuji.yaginuma 2017-01-31 10:23:21 +09:00
parent ef7b9b867b
commit 18cc66cef6

@ -428,7 +428,7 @@ module ActionMailer
# * <tt>deliveries</tt> - Keeps an array of all the emails sent out through the Action Mailer with
# <tt>delivery_method :test</tt>. Most useful for unit and functional testing.
#
# * <tt>deliver_later_queue_name</tt> - The name of the queue used with <tt>deliver_later</tt>.
# * <tt>deliver_later_queue_name</tt> - The name of the queue used with <tt>deliver_later</tt>. Defaults to +mailers+.
class Base < AbstractController::Base
include DeliveryMethods
include Rescuable