From dc7fd821dca0b2088bde7e0a2a06bfe59e1ba5c6 Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Sat, 23 Jun 2012 14:36:09 -0400 Subject: Asynchronous ActionMailer Any ActionMailer class can be set to render and delier messages using the new Rails Queue. Some of this work was borrowed (with permission) from Nick Plante's (zapnap) reqsue_mailer gem. --- actionmailer/test/fixtures/async_mailer/welcome.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionmailer/test/fixtures/async_mailer/welcome.erb (limited to 'actionmailer/test/fixtures') diff --git a/actionmailer/test/fixtures/async_mailer/welcome.erb b/actionmailer/test/fixtures/async_mailer/welcome.erb new file mode 100644 index 0000000000..01f3f00c63 --- /dev/null +++ b/actionmailer/test/fixtures/async_mailer/welcome.erb @@ -0,0 +1 @@ +Welcome \ No newline at end of file -- cgit v1.2.3