mirror of https://github.com/rails/rails
The controller generator invokes assets generator in addition
This commit is contained in:
parent
dc88d71d51
commit
3e8134a750
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue