aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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+.