From 35e3f72af29a33189a46a4b5ada84768b87e0ef2 Mon Sep 17 00:00:00 2001 From: Rizwan Reza Date: Wed, 16 Jun 2010 23:53:10 +0430 Subject: Adds backslash to scope for cross-references. --- activerecord/lib/active_record/named_scope.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/named_scope.rb b/activerecord/lib/active_record/named_scope.rb index 096b9da402..47eef9535e 100644 --- a/activerecord/lib/active_record/named_scope.rb +++ b/activerecord/lib/active_record/named_scope.rb @@ -19,7 +19,7 @@ module ActiveRecord # fruits = fruits.where(:colour => 'red') if options[:red_only] # fruits = fruits.limit(10) if limited? # - # Anonymous scopes tend to be useful when procedurally generating complex + # Anonymous \scopes tend to be useful when procedurally generating complex # queries, where passing intermediate values (scopes) around as first-class # objects is convenient. # -- cgit v1.2.3