Skip to content

Instantly share code, notes, and snippets.

@acmisiti
Created February 27, 2014 21:00
Show Gist options
  • Save acmisiti/9259457 to your computer and use it in GitHub Desktop.
Save acmisiti/9259457 to your computer and use it in GitHub Desktop.
PATCH save
this.employee.save({
manager : that.$el.find('#manager').val(),
title : that.$el.find('#title').val(),
department : that.$el.find('#department').val(),
}, {patch : true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment