mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Docfix (cloases #9832)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7961 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
2833706699
commit
34df379467
1 changed files with 8 additions and 7 deletions
|
@ -26,13 +26,14 @@ module Rails
|
|||
# +controller+ generator:
|
||||
#
|
||||
# generators/
|
||||
# controller/
|
||||
# controller_generator.rb
|
||||
# templates/
|
||||
# controller.rb
|
||||
# functional_test.rb
|
||||
# helper.rb
|
||||
# view.rhtml
|
||||
# components/
|
||||
# controller/
|
||||
# controller_generator.rb
|
||||
# templates/
|
||||
# controller.rb
|
||||
# functional_test.rb
|
||||
# helper.rb
|
||||
# view.html.erb
|
||||
#
|
||||
# The directory name (+controller+) matches the name of the generator file
|
||||
# (controller_generator.rb) and class (+ControllerGenerator+). The files
|
||||
|
|
Loading…
Reference in a new issue