Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. App.Router.map(function() {
  2. this.route('accomodations');
  3. });
  4.  
  5. App.Router.map(function() {
  6. this.route('accomodations', { path: '/travel' });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement