aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/rails_application_templates.textile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-04-30 13:29:13 +0100
committerPratik Naik <pratiknaik@gmail.com>2009-04-30 13:29:13 +0100
commit35ca877abc889d863747726e3da6e359ba928506 (patch)
tree76e10c1c51c4013a6dbcb6472e103c6f897119e5 /railties/guides/source/rails_application_templates.textile
parent33b9d1aafd6c05920cec8a7bf386a5ec7a56c435 (diff)
downloadrails-35ca877abc889d863747726e3da6e359ba928506.tar.gz
rails-35ca877abc889d863747726e3da6e359ba928506.tar.bz2
rails-35ca877abc889d863747726e3da6e359ba928506.zip
Minor edits
Diffstat (limited to 'railties/guides/source/rails_application_templates.textile')
-rw-r--r--railties/guides/source/rails_application_templates.textile4
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"