Skip to content

Instantly share code, notes, and snippets.

@bfritz
Forked from wfaler/renderSquery.scala
Created May 14, 2011 00:05
Show Gist options
  • Save bfritz/971530 to your computer and use it in GitHub Desktop.
Save bfritz/971530 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