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