aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Kannan <kannan.deepak@gmail.com>2012-08-27 15:35:19 +0530
committerDeepak Kannan <kannan.deepak@gmail.com>2012-08-27 15:35:19 +0530
commit4587e47bb9a5d73a70bef6de1da88b363fe00d99 (patch)
tree3ed5ba64e7025ce1eaccc7a4d7a44055e783d8c0
parent52b3c7d70636536371f5ed5f8e255aa1d6bce1e9 (diff)
downloadrails-4587e47bb9a5d73a70bef6de1da88b363fe00d99.tar.gz
rails-4587e47bb9a5d73a70bef6de1da88b363fe00d99.tar.bz2
rails-4587e47bb9a5d73a70bef6de1da88b363fe00d99.zip
Update guides/source/rails_application_templates.textile
think that a quoted string will be better as it will automatically escape double-quotes as well
-rw-r--r--guides/source/rails_application_templates.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/rails_application_templates.textile b/guides/source/rails_application_templates.textile
index d6a2465d1e..2fa40bc4cc 100644
--- a/guides/source/rails_application_templates.textile
+++ b/guides/source/rails_application_templates.textile
@@ -38,7 +38,7 @@ rake("db:migrate")
git :init
git :add => "."
-git :commit => "-m 'Initial commit'"
+git :commit => %Q{ -m 'Initial commit' }
</ruby>
The following sections outlines the primary methods provided by the API: