From 893ee7f71d8f6ebe127c6d06a459cec1affcc802 Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Mon, 26 Sep 2011 21:46:25 +0400 Subject: fix ActionMailer readme example --- actionmailer/README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index f48e77b4c7..dc74b590f7 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -59,6 +59,8 @@ generated would look like this: Mr. david@loudthinking.com + Thank you for signing up! + In previous version of Rails you would call create_method_name and deliver_method_name. Rails 3.0 has a much simpler interface, you simply call the method and optionally call +deliver+ on the return value. -- cgit v1.2.3