Description:
    Scaffolds an entire resource, from service to controller and
    views. The resource is ready to use as a starting point for your service.

    Pass the name of the service (in singular form), either CamelCased or
    under_scored, as the first argument, and an optional list of attributes.

    You don't have to think up every attribute up front, but it helps to
    sketch out a few so you can start working with the resource immediately.

Examples:
    `rails generate admin:scaffold audit`
    `rails generate admin:scaffold BannedWord word, :can_optout`
