aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:21:30 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:21:30 -0800
commit5ea8a41cdde71a7ed69340b857b391633e8d04b9 (patch)
treed1b431a4df3d4cc1c3b337c1529954b81fe85686 /guides/source/action_mailer_basics.md
parent6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 (diff)
downloadrails-5ea8a41cdde71a7ed69340b857b391633e8d04b9.tar.gz
rails-5ea8a41cdde71a7ed69340b857b391633e8d04b9.tar.bz2
rails-5ea8a41cdde71a7ed69340b857b391633e8d04b9.zip
Remove 'This guide is based on ' warnings.
It's obvious that the guide is based on this version of Rails, and may not be backwards compatible.
Diffstat (limited to 'guides/source/action_mailer_basics.md')
-rw-r--r--guides/source/action_mailer_basics.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md
index 8687cfea52..ca5a085172 100644
--- a/guides/source/action_mailer_basics.md
+++ b/guides/source/action_mailer_basics.md
@@ -5,8 +5,6 @@ This guide should provide you with all you need to get started in sending and re
--------------------------------------------------------------------------------
-WARNING. This guide is based on Rails 3.2. Some of the code shown here will not work in earlier versions of Rails.
-
Introduction
------------