From c8d03fbe9ba461a0b635dcb85759cc4a2261ba95 Mon Sep 17 00:00:00 2001 From: Joe Hannon Date: Sun, 2 May 2010 15:55:58 -0700 Subject: grammatical error 'uses' -> 'use' --- railties/guides/source/active_record_querying.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/active_record_querying.textile b/railties/guides/source/active_record_querying.textile index e47615f070..1cfec1cf77 100644 --- a/railties/guides/source/active_record_querying.textile +++ b/railties/guides/source/active_record_querying.textile @@ -17,7 +17,7 @@ If you're used to using raw SQL to find database records then, generally, you wi Code examples throughout this guide will refer to one or more of the following models: -TIP: All of the following models uses +id+ as the primary key, unless specified otherwise. +TIP: All of the following models use +id+ as the primary key, unless specified otherwise.
-- cgit v1.2.3