Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created August 15, 2014 21:12
Show Gist options
  • Save ipolevoy/fdca6278aea6a4cfbfce to your computer and use it in GitHub Desktop.
Save ipolevoy/fdca6278aea6a4cfbfce to your computer and use it in GitHub Desktop.
PlayerItemDefinition record = new PlayerItemDefinition();
record.set("id", "this is id string");
record.set("player_id", "t123");
record.saveIt();
PlayerItemDefinition.findAll().dump();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment