Skip to content

Instantly share code, notes, and snippets.

@jerodsanto
Created January 13, 2010 02:24
Show Gist options
  • Save jerodsanto/275866 to your computer and use it in GitHub Desktop.
Save jerodsanto/275866 to your computer and use it in GitHub Desktop.
var post = [Post find:@"42"];
[post setTitle:@"Why X is Better than Y"];
[post save];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment