Created
May 26, 2016 06:14
-
-
Save anonymous/dc2e81d254c60778643c05395efcd2e3 to your computer and use it in GitHub Desktop.
the description for this gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
createInvoker( | |
UserController_4.getByID(fakeValue[models.UserID]), | |
HandlerDef(this.getClass.getClassLoader, | |
"router", | |
"controllers.UserController", | |
"getByID", | |
Seq(classOf[models.UserID]), | |
"GET", | |
"""""", | |
this.prefix + """user/$userID<[^/]+>""" | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment