mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing mention about a generated file [ci skip]
Add a mention about the helper's test file generated invoking the controller generator in the USAGE file
This commit is contained in:
parent
11cae34701
commit
89c1653ee3
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@ Example:
|
|||
Test: test/controllers/credit_cards_controller_test.rb
|
||||
Views: app/views/credit_cards/debit.html.erb [...]
|
||||
Helper: app/helpers/credit_cards_helper.rb
|
||||
Test: test/helpers/credit_cards_helper_test.rb
|
||||
|
|
Loading…
Reference in a new issue