Sha256: 6cc7705151f5827d78235d532c34c3f0c223b3d46f16fafdbebd0d14c855e363
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
match 'login' => 'authentication#login' match 'logout' => 'authentication#logout' match 'show servers' => 'servers#index' match 'show server :id' => 'servers#show' match 'create server' => 'servers#create' match 'update server :id' => 'servers#update' match 'destroy server :id' => 'servers#destroy'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rax-0.0.2 | app/routes.rb |