Singular credit_card controller name changed to plural

This commit is contained in:
Niko Kiuru 2014-09-14 20:40:43 +03:00
parent e47b3e15ed
commit 5ec944ed83
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ Example:
`rails generate controller CreditCards open debit credit close`
Credit card controller with URLs like /credit_cards/debit.
Controller: app/controllers/credit_card_controller.rb
Controller: app/controllers/credit_cards_controller.rb
Test: test/controllers/credit_cards_controller_test.rb
Views: app/views/credit_cards/debit.html.erb [...]
Helper: app/helpers/credit_cards_helper.rb