``` Path.map('#/category/:cid/sort/:sort').to(function() { alert('Right!'); }); Path.rescue(function() { alert('Rescue!'); }); ``` go to '#/category/12/sort/**category**)' or '#/category/12/sort/**sort**)' and as a result we will have alert 'Rescue!'