Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. App.Router.map(function() {
  2.   this.resource('users', function(){
  3.  
  4.     this.resource('user', { path:'/:user_id' }, function(){
  5.       this.route('edit');});
  6.  
  7.   });
  8.   this.resource('departments');
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement