play framework 2.0 - how to enable the CRUD module
crud, playframework, playframework-2.0
Solution
There is no CRUD generation for now in Play 2.0
https://groups.google.com/forum/#!msg/play-framework/0g7YhdzA6Fs/xXSoW25X4ekJ
Problem
I'm wondering how to enable the CRUD module in Play V2.0 I found this doc for V1.2.3: ``` http://www.playframework.org/documentation/1.2.3/crud ```