Sha256: 8d878c7d0b5c1b3d5a26a16cc4b6fefb254f963e0954c0aa68b1917e2f8914fd

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
upgrow-0.0.5 lib/generators/upgrow/action/USAGE