diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-02-09 13:31:51 +1100 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-02-09 13:31:51 +1100 |
commit | 79f02a473cb6aef00003745f23802314c8c89e7d (patch) | |
tree | febff292c50ed49b614a3dd7ae7f5ddae42db839 | |
parent | 50b3040115a386acb5e68235c46c7227a47e3d7b (diff) | |
download | rails-79f02a473cb6aef00003745f23802314c8c89e7d.tar.gz rails-79f02a473cb6aef00003745f23802314c8c89e7d.tar.bz2 rails-79f02a473cb6aef00003745f23802314c8c89e7d.zip |
Altering the warnings
-rw-r--r-- | railties/guides/source/action_mailer_basics.textile | 2 | ||||
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 8ddf0cf3cf..ea8154cccc 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -9,7 +9,7 @@ This guide covers getting up and running with Ruby on Rails. After reading it, y 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. Guide Assumptions |