diff options
| author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-09-01 23:51:23 +0530 |
|---|---|---|
| committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-09-01 23:51:23 +0530 |
| commit | a6674991037fc360c7a72e7c28eec448f0231a3e (patch) | |
| tree | f31b246cf779b8a09b4bc1d0db132c0e712d732b /guides/source/rails_application_templates.textile | |
| parent | 7f800b4d69c0750bb47989027580299751a22616 (diff) | |
| parent | 831b814a8778aad0d038aab550b7d405d4a69d37 (diff) | |
| download | rails-a6674991037fc360c7a72e7c28eec448f0231a3e.tar.gz rails-a6674991037fc360c7a72e7c28eec448f0231a3e.tar.bz2 rails-a6674991037fc360c7a72e7c28eec448f0231a3e.zip | |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/source/rails_application_templates.textile')
| -rw-r--r-- | guides/source/rails_application_templates.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/rails_application_templates.textile b/guides/source/rails_application_templates.textile index f50ced3307..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 => "-a -m 'Initial commit'" +git :commit => %Q{ -m 'Initial commit' } </ruby> The following sections outlines the primary methods provided by the API: |
