Description:

Creates a model and associated database table with the attributes specified.  If using data from the portal (recommended) Worker should be the name of a worker defined in your Hive, and Model should be the name of a Driver or Script in that Worker.

Example:

rails generate simbiotes:scaffold Worker

This will create:
                            app/controllers/worker.rb