diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2015-12-18 12:12:06 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2015-12-18 12:12:06 +0100 |
commit | 719cddd67d6294f5e4ea637f156e827474253f2b (patch) | |
tree | bc360f5f282f5b65321dc49547926cee0ed1c1f9 /railties/lib/rails | |
parent | 9738ff91b1d97183e8542bbbdbbbd6c16ba763d0 (diff) | |
download | rails-719cddd67d6294f5e4ea637f156e827474253f2b.tar.gz rails-719cddd67d6294f5e4ea637f156e827474253f2b.tar.bz2 rails-719cddd67d6294f5e4ea637f156e827474253f2b.zip |
README.md in the app is now used to describe the app itself, not Rails
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/app/USAGE | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/USAGE b/railties/lib/rails/generators/rails/app/USAGE index 691095f33f..28df6ebf44 100644 --- a/railties/lib/rails/generators/rails/app/USAGE +++ b/railties/lib/rails/generators/rails/app/USAGE @@ -12,4 +12,3 @@ Example: rails new ~/Code/Ruby/weblog This generates a skeletal Rails installation in ~/Code/Ruby/weblog. - See the README in the newly created application to get going. |