I try to compile a scala example in the book: \"Play for Scala\" but get a following compilation error on Play console:
C:\\Play\\exp\\ch6_implicits>activ
Change your object to a class like this:
object Shop extends Controller with WithCart { class Shop extends Controller with WithCart { object Application extends Controller with WithCart { class Application extends Controller with WithCart {