Skip to content

Instantly share code, notes, and snippets.

@chonthu
Created April 27, 2013 12:18
Show Gist options
  • Save chonthu/5472924 to your computer and use it in GitHub Desktop.
Save chonthu/5472924 to your computer and use it in GitHub Desktop.
def index = Action {
Ok(Scalate("index.ssp").render('title -> "Hello World"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment