aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 832b34a37e..b0eda8ef34 100644
--- a/activerecord/lib/active_record/explain.rb
+++ b/activerecord/lib/active_record/explain.rb
@@ -63,7 +63,7 @@ module ActiveRecord
end.join("\n")
end.join("\n")
- # overriding inspect to be more human readable
+ # Overriding inspect to be more human readable, specially in the console.
def str.inspect
self
end