aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2010-04-29 12:41:56 -0400
committerBen Orenstein <ben.orenstein@gmail.com>2010-04-29 12:41:56 -0400
commitf632df2828626357477504b83093b25d44674f41 (patch)
tree8c7f32f07293a01576cc7debf43751b87642e656 /railties/lib/rails
parent90ef772ee65a381d0d98ec409a75e844d11d8be1 (diff)
downloadrails-f632df2828626357477504b83093b25d44674f41.tar.gz
rails-f632df2828626357477504b83093b25d44674f41.tar.bz2
rails-f632df2828626357477504b83093b25d44674f41.zip
Make output match code.
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README
index df5223594a..6ce0fa6f70 100644
--- a/railties/lib/rails/generators/rails/app/templates/README
+++ b/railties/lib/rails/generators/rails/app/templates/README
@@ -116,7 +116,7 @@ the Ruby logger class from inside your controllers. Example:
The result will be a message in your log file along the lines of:
- Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1
+ Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1!
More information on how to use the logger is at http://www.ruby-doc.org/core/