Skip to content

Instantly share code, notes, and snippets.

@jbardnz
Created September 15, 2017 04:16
Show Gist options
  • Save jbardnz/0cc8604d44d09c326e9214de2534d3e8 to your computer and use it in GitHub Desktop.
Save jbardnz/0cc8604d44d09c326e9214de2534d3e8 to your computer and use it in GitHub Desktop.
func (c AuthController) AddUser() revel.Result {
user := models.User{}
c.Txn.First(&user)
return c.RenderJSON(user)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment