Guest User

Untitled

a guest
May 27th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1.  
  2. MyApp.User.FIXTURES = [
  3.  
  4. { guid: 1,
  5.  
  6. username: “John”,
  7.  
  8. contactEmail: “”,
  9.  
  10. groups: ["admin"]
  11. }
  12.  
  13. ];
Add Comment
Please, Sign In to add comment