Fix USAGE typo in resource generator. Closes #8406.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6795 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2007-05-20 23:25:18 +00:00
parent ae2db50873
commit 7232cb705a

@ -1,6 +1,6 @@
Description:
The resource generator creates an empty model, controller, and functional
suitable for inclusion in a REST-like, resource-oriented application.
test suitable for a RESTful, resource-oriented application.
The generator takes the name of the model as its first argument. This
model name is then pluralized to get the controller name. So "resource