Description:

Generates command model class plus Backbone model, views and templates for submitting commands

Example:

rails generate pbw:rules:command MoveArmy area:string

This will create:
    * A model inheriting from Pbw::Command 
            * Backbone model, views and templates for submitting commands