From 213f034059ff6d3227449fa5674fef9ad04742a0 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 03:53:58 -0800 Subject: [PATCH] Getting Started: Rails 3.2 -> Rails 4. This is based on Rails 4, not Rails 3.2. --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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