diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-09-12 14:23:07 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-09-12 15:32:22 -0300 |
commit | 45537f00b4b412d4dc6f9ae746aa24346e6b705a (patch) | |
tree | 7d1fea890d11a8ef0c123e34a053d3d9bbb0b010 /actionpack/test/controller/capture_test.rb | |
parent | 9bb4850e7bf864e0277140ab6d3d4ae67ef68170 (diff) | |
download | rails-45537f00b4b412d4dc6f9ae746aa24346e6b705a.tar.gz rails-45537f00b4b412d4dc6f9ae746aa24346e6b705a.tar.bz2 rails-45537f00b4b412d4dc6f9ae746aa24346e6b705a.zip |
Allow users to configure the queue for the mailers
This allow the users to do:
config.action_mailer.queue = MyQueue.new
and
class UsersMailer < ActionMailer::Base
self.queue = MyQueue.new
end
Diffstat (limited to 'actionpack/test/controller/capture_test.rb')
0 files changed, 0 insertions, 0 deletions