1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update README to match Rails 3 generated directory structure

This commit is contained in:
Bryan Helmkamp 2010-08-30 06:25:10 -04:00
parent db24aab624
commit 880f202591

View file

@ -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