Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2016 06:14
Show Gist options
  • Save anonymous/dc2e81d254c60778643c05395efcd2e3 to your computer and use it in GitHub Desktop.
Save anonymous/dc2e81d254c60778643c05395efcd2e3 to your computer and use it in GitHub Desktop.
the description for this gist
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