Advertisement
ambantis

Global.scala

Dec 15th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.18 KB | None | 0 0
  1. import play.api.db.DB
  2. import org.squeryl.adapters.H2Adapter
  3. import org.squeryl.{Session, SessionFactory}
  4. import play.api.{GlobalSettings, Application}
  5.  
  6. def Global extends GlobalSe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement