Sha256: a43f61eb140d8e06a52f61e891fdc00aee45ff35e5e2f5951a0d9b04116d4412

Contents?: true

Size: 724 Bytes

Versions: 37

Compression:

Stored size: 724 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       |
    | GET    |                | jets/welcome#index |
    | ANY    | *catchall      | jets/public#show   |
    +--------+----------------+--------------------+
    $

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
jets-0.9.2 lib/jets/commands/help/routes.md
jets-0.9.1 lib/jets/commands/help/routes.md
jets-0.9.0 lib/jets/commands/help/routes.md
jets-0.8.18 lib/jets/commands/help/routes.md
jets-0.8.17 lib/jets/commands/help/routes.md
jets-0.8.15 lib/jets/commands/help/routes.md
jets-0.8.14 lib/jets/commands/help/routes.md
jets-0.8.13 lib/jets/commands/help/routes.md
jets-0.8.12 lib/jets/commands/help/routes.md
jets-0.8.11 lib/jets/commands/help/routes.md
jets-0.8.10 lib/jets/commands/help/routes.md
jets-0.8.9 lib/jets/commands/help/routes.md
jets-0.8.8 lib/jets/commands/help/routes.md
jets-0.8.6 lib/jets/commands/help/routes.md
jets-0.8.5 lib/jets/commands/help/routes.md
jets-0.8.4 lib/jets/commands/help/routes.md
jets-0.8.3 lib/jets/commands/help/routes.md
jets-0.8.2 lib/jets/commands/help/routes.md
jets-0.8.1 lib/jets/commands/help/routes.md
jets-0.8.0 lib/jets/commands/help/routes.md