Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. this.route('clients', function() {
  2. this.route('all',function(){
  3. this.route('view',{
  4. path:'view/:client_id'
  5. });
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement