Description:

Creates a new Model class with the given name under `app/models`.

Example:

`bin/rails g upgrow:model article`

create  app/models/article.rb
invoke  test_unit