aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_mailer_basics.textile
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-02-09 13:31:51 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-02-09 13:31:51 +1100
commit79f02a473cb6aef00003745f23802314c8c89e7d (patch)
treefebff292c50ed49b614a3dd7ae7f5ddae42db839 /railties/guides/source/action_mailer_basics.textile
parent50b3040115a386acb5e68235c46c7227a47e3d7b (diff)
downloadrails-79f02a473cb6aef00003745f23802314c8c89e7d.tar.gz
rails-79f02a473cb6aef00003745f23802314c8c89e7d.tar.bz2
rails-79f02a473cb6aef00003745f23802314c8c89e7d.zip
Altering the warnings
Diffstat (limited to 'railties/guides/source/action_mailer_basics.textile')
-rw-r--r--railties/guides/source/action_mailer_basics.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_mailer_basics.textile b/railties/guides/source/action_mailer_basics.textile
index 2405b8f28c..9e5e01ef2f 100644
--- a/railties/guides/source/action_mailer_basics.textile
+++ b/railties/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 other versions of Rails.
+WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails.
h3. Introduction