Skip to content

Commit

Permalink
Docfix (cloases #9832)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7961 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 18, 2007
1 parent 2833706 commit 34df379
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions railties/lib/rails_generator/base.rb
Expand Up @@ -26,13 +26,14 @@ module Rails
# +controller+ generator: # +controller+ generator:
# #
# generators/ # generators/
# controller/ # components/
# controller_generator.rb # controller/
# templates/ # controller_generator.rb
# controller.rb # templates/
# functional_test.rb # controller.rb
# helper.rb # functional_test.rb
# view.rhtml # helper.rb
# view.html.erb
# #
# The directory name (+controller+) matches the name of the generator file # The directory name (+controller+) matches the name of the generator file
# (controller_generator.rb) and class (+ControllerGenerator+). The files # (controller_generator.rb) and class (+ControllerGenerator+). The files
Expand Down

0 comments on commit 34df379

Please sign in to comment.