Skip to content

Instantly share code, notes, and snippets.

@sandermak
Created March 22, 2011 18:39
Show Gist options
  • Save sandermak/881776 to your computer and use it in GitHub Desktop.
Save sandermak/881776 to your computer and use it in GitHub Desktop.
def loggedIn = ".user" #> User.currentUser.map { user =>
".firstName" #> user.firstName
".lastName" #> user.lastName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment