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 apiotics:view Worker This will create: app/views/worker/show.html.erb app/views/worker/new.html.erb app/views/worker/edit.html.erb app/views/worker/index.html.erb app/views/worker/_form.html.erb