ianrae
Results
2
issues of
ianrae
Hi @hakandilek. Here are two projects: twixt54 is a play module,and m8 is a play app. Steps -build and publish-local twixt54 -build m8 Both these projects have play2-crud as a...
From the bottom up: - play2-crud defines CRUDController - my play module twixt (https://github.com/ianrae/twixt) defines TwixtController which extends CRUDController. - my app (https://github.com/ianrae/m8) defines SampleController which extends TwixtController m8 crashes,...