1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update guides/source/rails_application_templates.textile

think that a quoted string will be better as it will automatically 
escape double-quotes as well
This commit is contained in:
Deepak Kannan 2012-08-27 15:35:19 +05:30
parent 52b3c7d706
commit 4587e47bb9

View file

@ -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: