Skip to content

Instantly share code, notes, and snippets.

@ryantanner
Created January 27, 2013 19:08
Show Gist options
  • Save ryantanner/4649832 to your computer and use it in GitHub Desktop.
Save ryantanner/4649832 to your computer and use it in GitHub Desktop.
def index = MaybeAuthenticated { implicit userOrLogin => implicit request =>
val frontpageItems = Item.frontpage
Ok(views.html.index("Your new application is ready.")(frontpageItems))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment