Description:
It takes care of a resource and the work that needs to be done around it, run from the main_app. All of the scaffolds it calls are run with the default options.
Example:
rails g json_voorhees:massive_scaffold People User 1 username:string email:string This will create: An api controller, serializer, authorizations and tests. If the regular option is not skipped it will also run a scaffold in the engine