Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Project.update(
  2. {
  3. title: 'a new value'
  4. },
  5. {
  6. where: {id: 1}
  7. })
  8. .success(function () {
  9. })
  10. .error(function () {
  11. }
  12. );
  13.  
  14. {
  15. "field1":"foo",
  16. "field2":"bar",
  17. "field3":"bar2"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement