aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/explain.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-02 11:29:35 -0800
committerXavier Noria <fxn@hashref.com>2011-12-02 11:29:35 -0800
commit15dab0d2f5acdfffca48d62b1f41c62c51dc74f0 (patch)
tree83a726936b8ea5e0dc05e955cc20f6b82a5b1be3 /activerecord/lib/active_record/explain.rb
parent0be5adaedf6565630bed04c6c651f3ff8d77c5b8 (diff)
downloadrails-15dab0d2f5acdfffca48d62b1f41c62c51dc74f0.tar.gz
rails-15dab0d2f5acdfffca48d62b1f41c62c51dc74f0.tar.bz2
rails-15dab0d2f5acdfffca48d62b1f41c62c51dc74f0.zip
two small details from the previous patch
Diffstat (limited to 'activerecord/lib/active_record/explain.rb')
-rw-r--r--activerecord/lib/active_record/explain.rb2
1 files changed, 1 insertions, 1 deletions
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