From ead0c9a7e56a76c71ff18050032d1ca67b4c327a Mon Sep 17 00:00:00 2001 From: Francis Go Date: Thu, 26 Sep 2013 19:46:35 +1000 Subject: Getting Started Guide: post.rb -> Post --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 5576b23d91..e990929529 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1338,7 +1338,7 @@ class Comment < ActiveRecord::Base end ``` -This is very similar to the `post.rb` model that you saw earlier. The difference +This is very similar to the `Post` model that you saw earlier. The difference is the line `belongs_to :post`, which sets up an Active Record _association_. You'll learn a little about associations in the next section of this guide. -- cgit v1.2.3