diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-03 23:27:04 -0800 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-03 23:27:04 -0800 |
commit | a9511364e0bdf99ae32eddb153f6b1e8f7d73791 (patch) | |
tree | efe2746af7923ca91128e717ebbbb2c283154ac5 | |
parent | 3e35b6e1f07604c0f2f2be50823746972fd0113e (diff) | |
parent | 8ffac1c75a9476a334e975b9eb25254ffeb814ef (diff) | |
download | rails-a9511364e0bdf99ae32eddb153f6b1e8f7d73791.tar.gz rails-a9511364e0bdf99ae32eddb153f6b1e8f7d73791.tar.bz2 rails-a9511364e0bdf99ae32eddb153f6b1e8f7d73791.zip |
Merge pull request #8738 from amatsuda/frozen_rails
another tiny update on generated README
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/README | 4 |
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. |