提交 cd1cc475 编写于 作者: A Akira Matsuda

update directory tree in the generated README

上级 de729af2
...@@ -157,13 +157,15 @@ The default directory structure of a generated Ruby on Rails application: ...@@ -157,13 +157,15 @@ The default directory structure of a generated Ruby on Rails application:
|-- app |-- app
| |-- assets | |-- assets
| |-- images | | |-- images
| |-- javascripts | | |-- javascripts
| `-- stylesheets | | `-- stylesheets
| |-- controllers | |-- controllers
| | `-- concerns
| |-- helpers | |-- helpers
| |-- mailers | |-- mailers
| |-- models | |-- models
| | `-- concerns
| `-- views | `-- views
| `-- layouts | `-- layouts
|-- config |-- config
...@@ -173,23 +175,25 @@ The default directory structure of a generated Ruby on Rails application: ...@@ -173,23 +175,25 @@ The default directory structure of a generated Ruby on Rails application:
|-- db |-- db
|-- doc |-- doc
|-- lib |-- lib
| |-- assets
| `-- tasks | `-- tasks
|-- log |-- log
|-- public |-- public
|-- script |-- script
|-- test |-- test
| |-- controllers
| |-- fixtures | |-- fixtures
| |-- functional | |-- helpers
| |-- integration | |-- integration
| |-- performance | |-- mailers
| `-- unit | |-- models
| `-- performance
|-- tmp |-- tmp
| |-- cache | `-- cache
| |-- pids | `-- assets
| |-- sessions
| `-- sockets
`-- vendor `-- vendor
|-- assets `-- assets
|-- javascripts
`-- stylesheets `-- stylesheets
app app
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册