diff options
-rw-r--r-- | railties/guides/source/rails_application_templates.textile | 4 |
1 files changed, 2 insertions, 2 deletions
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+ : <ruby> gem "bj" |