Skip to content

Instantly share code, notes, and snippets.

@armed
Created November 9, 2010 07:25
Show Gist options
  • Save armed/668816 to your computer and use it in GitHub Desktop.
Save armed/668816 to your computer and use it in GitHub Desktop.
package controllers
import play._
import play.mvc._
object Application extends Controller {
def index = "Application/index.html".asTemplate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment