aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-06-01 16:57:52 +0200
committerXavier Noria <fxn@hashref.com>2012-06-01 16:57:58 +0200
commitafcc7cc301c92046c2a74e6e29b4d946292bd0a2 (patch)
tree08d92f88c4b7241e6ad0ce69002cdc3db1652f16 /activerecord/lib/active_record
parent5c565a294224911ba7b3929baabf3465172b40f0 (diff)
downloadrails-afcc7cc301c92046c2a74e6e29b4d946292bd0a2.tar.gz
rails-afcc7cc301c92046c2a74e6e29b4d946292bd0a2.tar.bz2
rails-afcc7cc301c92046c2a74e6e29b4d946292bd0a2.zip
minor comment revision
Diffstat (limited to 'activerecord/lib/active_record')
-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