Skip to content

Instantly share code, notes, and snippets.

View ygpark2's full-sized avatar

Young Gyu Park ygpark2

View GitHub Profile
@ostronom
ostronom / CountryController.scala
Created February 20, 2012 17:00
Play 2.0 & squeryl simple integration
package controllers
import org.squeryl.PrimitiveTypeMode._
import org.squeryl.{Session}
import play.api._
import play.api.mvc._
import models._