Description:

            A namespaced and versioned json controller that inherits from the main_apps api_controller.
            Note a model still needs to be created that matches this resource. I like to scaffold it.
Run this generator inside the engine.

Example:

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

This will create:
            Some files in app/controllers