Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created April 3, 2011 17:41
Show Gist options
  • Save wfaler/900602 to your computer and use it in GitHub Desktop.
Save wfaler/900602 to your computer and use it in GitHub Desktop.
renderSquery.scala
get("/widgets/new/squery")((request, response) => {
renderWith(new SqueryWidgetPage(new NewWidgetForm),Widget(0, null, null, null))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment