Description:

Creates a new Action class with the given name under `app/actions`.

Since Actions are not expected to be unit tested, this generator does not
invoke the test framework generator. Action behaviour is supposed to be
tested with integration or system tests.

Example:

`bin/rails g upgrow:action articles/create`

create  app/actions/articles/create_action.rb