Description:

Generates rails model and controller plus Backbone scaffold for your item class inheriting from Pbw::Item

Example:

rails generate pbw:item TradeGood value:float description:string

This will create:
    * A model inheriting from Pbw::Item 
            * A controller with an index method for your area plus index.html.erb template calling Backbone
            * Backbone scaffold for your item class