From 2db79dc9ea0b623c6d76b72e85f58efd63b50e08 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 9 Sep 2012 17:25:09 +0530 Subject: minor fixes and edits [ci skip] --- guides/source/active_record_querying.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/active_record_querying.textile') diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile index a02ef21b00..96ae5b2972 100644 --- a/guides/source/active_record_querying.textile +++ b/guides/source/active_record_querying.textile @@ -1183,7 +1183,7 @@ Client.unscoped.all This method removes all scoping and will do a normal query on the table. -Note that chaining +unscoped+ with a +scope+ does not work. In this cases, it is +Note that chaining +unscoped+ with a +scope+ does not work. In these cases, it is recommended that you use the block form of +unscoped+: -- cgit v1.2.3