aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2010-12-26 23:00:03 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2010-12-26 23:00:03 +0530
commit50a2edbce6a66eeb829eeb072483670b8a9be8d7 (patch)
tree35cc7061524cd3a2cdaf4213042e9ccf3cf7c814 /railties/guides
parente85631849725b74d6ef59e4033ed62ced11e910b (diff)
downloadrails-50a2edbce6a66eeb829eeb072483670b8a9be8d7.tar.gz
rails-50a2edbce6a66eeb829eeb072483670b8a9be8d7.tar.bz2
rails-50a2edbce6a66eeb829eeb072483670b8a9be8d7.zip
fix spacing
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/rails_application_templates.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile
index 642aed661b..8f87b4cd58 100644
--- a/railties/guides/source/rails_application_templates.textile
+++ b/railties/guides/source/rails_application_templates.textile
@@ -66,7 +66,7 @@ rake "gems:install"
And let Rails take care of installing the required gems if they’re not already installed.
-h4. add_source(source, options={})
+h4. add_source(source, options = {})
Adds the given source to the generated application's +Gemfile+.