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:
parent
db24aab624
commit
880f202591
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue