Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. model: function() {
  2. hash = {
  3. users: App.User.find(),
  4. contacts: App.Contact.find()
  5. };
  6.  
  7. return Ember.RSVP.hash(hash);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement