start new:
tmux
start new with session name:
tmux new -s myname
root / torrents#index {:subdomain=>"admin"} | |
root / static#home | |
torrents GET /torrents(.:format) torrents#index | |
POST /torrents(.:format) torrents#create | |
new_torrent GET /torrents/new(.:format) torrents#new | |
edit_torrent GET /torrents/:id/edit(.:format) torrents#edit | |
torrent GET /torrents/:id(.:format) torrents#show | |
PUT /torrents/:id(.:format) torrents#update | |
DELETE /torrents/:id(.:format) torrents#destroy |