aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/rails_application_templates.textile
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/rails_application_templates.textile')
-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: