From 248fa70ccd42593ddb0d5f76a3b51e86016c527f Mon Sep 17 00:00:00 2001 From: dcurtis Date: Tue, 10 Apr 2012 22:05:43 -0700 Subject: Corrected grammatical errors in schema_dumper and scoping/default --- activerecord/lib/active_record/scoping/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/scoping') diff --git a/activerecord/lib/active_record/scoping/default.rb b/activerecord/lib/active_record/scoping/default.rb index b0609a8c08..45c34005c3 100644 --- a/activerecord/lib/active_record/scoping/default.rb +++ b/activerecord/lib/active_record/scoping/default.rb @@ -31,7 +31,7 @@ module ActiveRecord # Post.limit(10) # Fires "SELECT * FROM posts LIMIT 10" # } # - # It is recommended to use the block form of unscoped because chaining + # It is recommended that you use the block form of unscoped because chaining # unscoped with scope does not work. Assuming that # published is a scope, the following two statements # are equal: the default_scope is applied on both. -- cgit v1.2.3