Merge pull request #1357 from y-yagi/fix_description_of_usage

fix description of USAGE
This commit is contained in:
Benjamin Fleischer
2015-12-01 12:51:48 -06:00

View File

@@ -1,5 +1,5 @@
Description:
Generates a serializer for the given resource with tests.
Generates a serializer for the given resource.
Example:
`rails generate serializer Account name created_at`