Description:

Create the boilerplate serialization code that hooks into the authorization gem.
It needs to match a resource. Run this generator inside an engine.

Example:

rails g json_voorhees:engine_create_serializer People User 1 username:string email:string

This will create:
    A file in app/serializers