Skip to content

Instantly share code, notes, and snippets.

@cdmckay
Last active August 29, 2015 14:06
Show Gist options
  • Save cdmckay/cf3df1778f437d6f7888 to your computer and use it in GitHub Desktop.
Save cdmckay/cf3df1778f437d6f7888 to your computer and use it in GitHub Desktop.
HttpsAction... in action
package controllers
object Users extends Controller {
def add = HttpsAction {
implicit request => Ok
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment