From 35ca877abc889d863747726e3da6e359ba928506 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Thu, 30 Apr 2009 13:29:13 +0100 Subject: Minor edits --- railties/guides/source/rails_application_templates.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source/rails_application_templates.textile') diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile index aeb77b0afa..3068d0fd7f 100644 --- a/railties/guides/source/rails_application_templates.textile +++ b/railties/guides/source/rails_application_templates.textile @@ -49,9 +49,9 @@ The following sections outlines the primary methods provided by the API : h4. gem(name, options = {}) -Adds a +config.gem+ entry for the supplied gem to generated application’s +config/environment.rb+. +Adds a +config.gem+ entry for the supplied gem to the generated application’s +config/environment.rb+. -For example, if your application depends on +bj+ and +hpricot+ : +For example, if your application depends on the gems +bj+ and +hpricot+ : gem "bj" -- cgit v1.2.3