Skip to content

Instantly share code, notes, and snippets.

@emaxerrno
Created June 15, 2013 18:30
Show Gist options
  • Select an option

  • Save emaxerrno/5789072 to your computer and use it in GitHub Desktop.

Select an option

Save emaxerrno/5789072 to your computer and use it in GitHub Desktop.
package controllers
import play.api._
import play.api.mvc._
object Application extends Controller {
def index = Action {
Ok("Your new application is ready.")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment