diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 03:53:58 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 03:53:58 -0800 |
commit | 213f034059ff6d3227449fa5674fef9ad04742a0 (patch) | |
tree | 45ee873aa1b019e62ad4859b7f7a6d5a67c050db | |
parent | 6880b30a591913b0b3221f3ed4e52e2b515bf3f6 (diff) | |
download | rails-213f034059ff6d3227449fa5674fef9ad04742a0.tar.gz rails-213f034059ff6d3227449fa5674fef9ad04742a0.tar.bz2 rails-213f034059ff6d3227449fa5674fef9ad04742a0.zip |
Getting Started: Rails 3.2 -> Rails 4.
This is based on Rails 4, not Rails 3.2.
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 6d837538d6..4d3d5125a7 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -12,7 +12,7 @@ you should be familiar with: -------------------------------------------------------------------------------- -WARNING. This Guide is based on Rails 3.2. Some of the code shown here will not +WARNING. This Guide is based on Rails 4. Some of the code shown here will not work in earlier versions of Rails. Guide Assumptions |