aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-09-14 23:22:01 +0100
committerAbdelkader Boudih <terminale@gmail.com>2014-09-14 23:22:01 +0100
commit2ceb3aada1338adae8bf731e322f9568e5df91ab (patch)
tree82cf5ba172c7a32ca448ad46ffbb6b7d7b8d211c /guides
parente3a65c6d7ca1f232dcd70359e76b7d5ebc08fe2f (diff)
parent5ec944ed830063da2cb6ccb0d4bc0af55e8c1996 (diff)
downloadrails-2ceb3aada1338adae8bf731e322f9568e5df91ab.tar.gz
rails-2ceb3aada1338adae8bf731e322f9568e5df91ab.tar.bz2
rails-2ceb3aada1338adae8bf731e322f9568e5df91ab.zip
Merge pull request #16918 from kiuru/master
Singular credit_card controller name changed to plural [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index a074b849c6..b9014724bd 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -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