diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2010-08-30 06:25:10 -0400 |
---|---|---|
committer | Bryan Helmkamp <bryan@brynary.com> | 2010-08-30 06:27:57 -0400 |
commit | 880f20259172375802e29450290d4216114fdab3 (patch) | |
tree | 70bf8e919f2476fe250ee57976bd615c1fd6c50f /railties/lib/rails/generators | |
parent | db24aab624be829f1ef2b12816042fb6446b2ccb (diff) | |
download | rails-880f20259172375802e29450290d4216114fdab3.tar.gz rails-880f20259172375802e29450290d4216114fdab3.tar.bz2 rails-880f20259172375802e29450290d4216114fdab3.zip |
Update README to match Rails 3 generated directory structure
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README index 6966fe987e..fe7013d52d 100644 --- a/railties/lib/rails/generators/rails/app/templates/README +++ b/railties/lib/rails/generators/rails/app/templates/README @@ -158,6 +158,7 @@ The default directory structure of a generated Ruby on Rails application: |-- app | |-- controllers | |-- helpers + | |-- mailers | |-- models | `-- views | `-- layouts @@ -175,7 +176,6 @@ The default directory structure of a generated Ruby on Rails application: | |-- javascripts | `-- stylesheets |-- script - | `-- performance |-- test | |-- fixtures | |-- functional |