Skip to content

Instantly share code, notes, and snippets.

@pedrofurla
Created January 6, 2013 02:40
Show Gist options
  • Save pedrofurla/4464873 to your computer and use it in GitHub Desktop.
Save pedrofurla/4464873 to your computer and use it in GitHub Desktop.
Implicit function arguments value
def index = nonCustomerAction { implicit u => implicit r =>
Logger.info("into index")
Ok(html.subscriptions(db withSession { Subscriptions.all.list }))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment