aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-05-01 13:08:10 +0300
committerOscar Del Ben <info@oscardelben.com>2012-05-01 13:08:10 +0300
commitb8d2fecbf5979816c8dd70af116595f8c762b582 (patch)
treed319cdd9040e6322b136ec355b30c89a11df2981 /guides/source
parent87ac6a2540f504a4ec15bc1ec53bdb7ef6f4599c (diff)
downloadrails-b8d2fecbf5979816c8dd70af116595f8c762b582.tar.gz
rails-b8d2fecbf5979816c8dd70af116595f8c762b582.tar.bz2
rails-b8d2fecbf5979816c8dd70af116595f8c762b582.zip
Bump Rails version in action mailer guide.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/action_mailer_basics.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_mailer_basics.textile b/guides/source/action_mailer_basics.textile
index c277f764e7..ebe774fbef 100644
--- a/guides/source/action_mailer_basics.textile
+++ b/guides/source/action_mailer_basics.textile
@@ -4,7 +4,7 @@ This guide should provide you with all you need to get started in sending and re
endprologue.
-WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails.
+WARNING. This Guide is based on Rails 3.2. Some of the code shown here will not work in earlier versions of Rails.
h3. Introduction