Sha256: 0e957c1cc18144899fc7390f213adb874fc3d44ec7c8572a85b6b570581fbefd

Contents?: true

Size: 671 Bytes

Versions: 214

Compression:

Stored size: 671 Bytes

Contents

## Example

    $ jets routes
    +--------+----------------+--------------------+
    |  Verb  |      Path      | Controller#action  |
    +--------+----------------+--------------------+
    | GET    | posts          | posts#index        |
    | GET    | posts/new      | posts#new          |
    | GET    | posts/:id      | posts#show         |
    | POST   | posts          | posts#create       |
    | GET    | posts/:id/edit | posts#edit         |
    | PUT    | posts/:id      | posts#update       |
    | DELETE | posts/:id      | posts#delete       |
    | ANY    | *catchall      | jets/public#show   |
    +--------+----------------+--------------------+
    $

Version data entries

214 entries across 214 versions & 4 rubygems

Version Path
jets-4.0.12 lib/jets/commands/help/routes.md
jets-4.0.11 lib/jets/commands/help/routes.md
jets-4.0.10 lib/jets/commands/help/routes.md
jets-4.0.9 lib/jets/commands/help/routes.md
jets-4.0.8 lib/jets/commands/help/routes.md
jets-4.0.7 lib/jets/commands/help/routes.md
jets-4.0.6 lib/jets/commands/help/routes.md
jets-4.0.5 lib/jets/commands/help/routes.md
jets-4.0.4 lib/jets/commands/help/routes.md
jets-4.0.3 lib/jets/commands/help/routes.md
jets-4.0.2 lib/jets/commands/help/routes.md
jets-4.0.1 lib/jets/commands/help/routes.md
jets-4.0.0 lib/jets/commands/help/routes.md
jets-3.2.2 lib/jets/commands/help/routes.md
jets-3.2.1 lib/jets/commands/help/routes.md
jets.benforeva-3.0.17.pre.mount.pre.fix lib/jets/commands/help/routes.md
jets-3.2.0 lib/jets/commands/help/routes.md
jets-3.1.5 lib/jets/commands/help/routes.md
jets-3.1.4 lib/jets/commands/help/routes.md
jets-3.1.3 lib/jets/commands/help/routes.md