From 15dab0d2f5acdfffca48d62b1f41c62c51dc74f0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 2 Dec 2011 11:29:35 -0800 Subject: two small details from the previous patch --- activerecord/lib/active_record/explain.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/explain.rb b/activerecord/lib/active_record/explain.rb index 90aa89a6b5..1a4bf0bce2 100644 --- a/activerecord/lib/active_record/explain.rb +++ b/activerecord/lib/active_record/explain.rb @@ -85,7 +85,7 @@ module ActiveRecord # the threshold is set to 0. # # As the name of the method suggests this only applies to automatic - # EXPLAINs, manual calls to +ActiveRecord::Relation#explain' run. + # EXPLAINs, manual calls to +ActiveRecord::Relation#explain+ run. def silence_auto_explain # Implemented as a flag rather that setting the threshold to nil # because we should not depend on a value that may be changed -- cgit v1.2.3