The controller generator invokes assets generator in addition

This commit is contained in:
Akira Matsuda 2013-01-06 15:36:23 +09:00
parent dc88d71d51
commit 3e8134a750
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Description:
path like 'parent_module/controller_name'.
This generates a controller class in app/controllers and invokes helper,
template engine and test framework generators.
template engine, assets, and test framework generators.
Example:
`rails generate controller CreditCards open debit credit close`