From b69298e01d5879fd9381fe27dffdbb50f14721f0 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Fri, 30 Mar 2012 13:58:51 +0100 Subject: fix typo. thanks @nertzy --- guides/source/active_record_querying.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile index 5ea3edd6a0..14d0ba9b28 100644 --- a/guides/source/active_record_querying.textile +++ b/guides/source/active_record_querying.textile @@ -1023,7 +1023,7 @@ category.posts.published # => [published posts belonging to this category] h4. Passing in arguments -You scope can take arguments: +Your scope can take arguments: class Post < ActiveRecord::Base -- cgit v1.2.3