Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. case class Foo(data: String)
  2. object Foo {
  3. implicit val pathBinder: PathBindable[Foo] = ???
  4. }
  5.  
  6. import play.PlayImport.PlayKeys._
  7.  
  8. routesImport += "my.custom.package.Foo._"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement