Adds backslash to scope for cross-references.

This commit is contained in:
Rizwan Reza 2010-06-16 23:53:10 +04:30
parent f09736bc0f
commit 35e3f72af2

@ -19,7 +19,7 @@ module ClassMethods
# 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.
#