diff options
author | Xavier Noria <fxn@hashref.com> | 2012-06-01 16:57:52 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-06-01 16:57:58 +0200 |
commit | afcc7cc301c92046c2a74e6e29b4d946292bd0a2 (patch) | |
tree | 08d92f88c4b7241e6ad0ce69002cdc3db1652f16 /activerecord/lib | |
parent | 5c565a294224911ba7b3929baabf3465172b40f0 (diff) | |
download | rails-afcc7cc301c92046c2a74e6e29b4d946292bd0a2.tar.gz rails-afcc7cc301c92046c2a74e6e29b4d946292bd0a2.tar.bz2 rails-afcc7cc301c92046c2a74e6e29b4d946292bd0a2.zip |
minor comment revision
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/explain.rb | 2 |
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 |