class AppComponents(context: Context) extends BuiltInComponentsFromContext(context) {
// Bunch of lazy vals here
lazy val myController = new MyController
override def router = Routes(myController)
[error] /Users/xyz/work/git-repos/myapp/app/AppLoader.scala:66: not found: value Routes
[error] override def router = Routes(myController)
All the documentation on internet says exactly the same thing that I have in my code, yet it doesn't work. Please help.
Thanks
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/2f7aba7c-5111-45cf-8599-7f8f92194fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.