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