Merge pull request #30657 from yhirano55/fix_restful_wording

Use RESTful instead of restful
This commit is contained in:
Ryuta Kamizono 2017-09-20 15:29:57 +09:00 committed by GitHub
commit 1e40df6ffb

@ -1,6 +1,6 @@
Description:
Stubs out a new resource including an empty model and controller suitable
for a restful, resource-oriented application. Pass the singular model name,
for a RESTful, resource-oriented application. Pass the singular model name,
either CamelCased or under_scored, as the first argument, and an optional
list of attribute pairs.