aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-03 23:27:04 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-03 23:27:04 -0800
commita9511364e0bdf99ae32eddb153f6b1e8f7d73791 (patch)
treeefe2746af7923ca91128e717ebbbb2c283154ac5 /railties/lib/rails
parent3e35b6e1f07604c0f2f2be50823746972fd0113e (diff)
parent8ffac1c75a9476a334e975b9eb25254ffeb814ef (diff)
downloadrails-a9511364e0bdf99ae32eddb153f6b1e8f7d73791.tar.gz
rails-a9511364e0bdf99ae32eddb153f6b1e8f7d73791.tar.bz2
rails-a9511364e0bdf99ae32eddb153f6b1e8f7d73791.zip
Merge pull request #8738 from amatsuda/frozen_rails
another tiny update on generated README
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README
index d7d3992a54..0ca71e3050 100644
--- a/railties/lib/rails/generators/rails/app/templates/README
+++ b/railties/lib/rails/generators/rails/app/templates/README
@@ -259,5 +259,5 @@ test
directory.
vendor
- External libraries that the application depends on. If the app has frozen rails,
- those gems also go here, under vendor/rails/. This directory is in the load path.
+ External libraries that the application depends on. This directory is in the
+ load path.