Skip to content

Instantly share code, notes, and snippets.

@smaugho
Last active April 26, 2017 23:02
Show Gist options
  • Save smaugho/e117d3d0879e3683f68c32e22e32c77e to your computer and use it in GitHub Desktop.
Save smaugho/e117d3d0879e3683f68c32e22e32c77e to your computer and use it in GitHub Desktop.
Recollect in DecleX
@Model
@Recollect
User user;
@Click
void saveUser() {
$PutModel(user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment