Sha256: df28ab7969f404ff714e293bf6d69a34a909c0836481d85f87b32eabaab6eb13
Contents?: true
Size: 954 Bytes
Versions: 15
Compression:
Stored size: 954 Bytes
Contents
## Example $ jets routes +-------------------+--------+--------------------+--------------------+ | As (Prefix) | Verb | Path (URI Pattern) | Controller#action | +-------------------+--------+--------------------+--------------------+ | posts | GET | /posts | posts#index | | posts | POST | /posts | posts#create | | new_post | GET | /posts/new | posts#new | | edit_post | GET | /posts/:id/edit | posts#edit | | post | GET | /posts/:id | posts#show | | post | PUT | /posts/:id | posts#update | | post | PATCH | /posts/:id | posts#update | | post | DELETE | /posts/:id | posts#destroy | +-------------------+--------+--------------------+--------------------+
Version data entries
15 entries across 15 versions & 1 rubygems