From 2f97eaea0eade22b70c08dda78cd9601379212bd Mon Sep 17 00:00:00 2001 From: Rohit Arondekar Date: Mon, 6 Feb 2012 17:20:30 +0530 Subject: minor tidy up of none relation query method --- activerecord/lib/active_record/relation/query_methods.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/relation/query_methods.rb b/activerecord/lib/active_record/relation/query_methods.rb index 6f464d6ad0..b4f21410c1 100644 --- a/activerecord/lib/active_record/relation/query_methods.rb +++ b/activerecord/lib/active_record/relation/query_methods.rb @@ -206,8 +206,8 @@ module ActiveRecord # Any subsequent condition chained to the returned relation will continue # generating an empty relation and will not fire any query to the database. # - # Used in cases where is needed a method or a scope that could return zero - # results but the response has to be chainable. + # Used in cases where a method or scope could return zero results but the + # response needs to be chainable. # # For example: # -- cgit v1.2.3