From 467d20c897ba8e837b1ec67095482f57e8a78dfc Mon Sep 17 00:00:00 2001 From: "Nicholas E. May (on Enterprise)" Date: Sun, 3 Oct 2010 00:37:15 -0500 Subject: Section 6, table, typo (extra '.rb') --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 44203ae4f1..b2810188c2 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -352,7 +352,7 @@ NOTE. While scaffolding will get you up and running quickly, the "one size fits The scaffold generator will build 15 files in your application, along with some folders, and edit one more. Here's a quick overview of what it creates: |_.File |_.Purpose| -|db/migrate/20100207214725_create_posts.rb.rb |Migration to create the posts table in your database (your name will include a different timestamp)| +|db/migrate/20100207214725_create_posts.rb |Migration to create the posts table in your database (your name will include a different timestamp)| |app/models/post.rb |The Post model| |test/fixtures/posts.yml |Dummy posts for use in testing| |app/controllers/posts_controller.rb |The Posts controller| -- cgit v1.2.3