From 7fe1f0f4ea2c9e82b4b19ecb07a3c9f4dca96821 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Sun, 22 Sep 2013 12:07:23 -0600 Subject: use active voice and use more descriptive terms --- guides/source/active_record_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/active_record_querying.md') diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index 28013beeae..731c223285 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -1189,7 +1189,7 @@ class Post < ActiveRecord::Base end ``` -This may then be called using this: +Call the scope as if it were a class method: ```ruby Post.created_before(Time.zone.now) -- cgit v1.2.3