Skip to content

Instantly share code, notes, and snippets.

@abjurato
Created May 2, 2016 06:52
Show Gist options
  • Save abjurato/352b67bb0516dccf79ab4f7de0cd0fc7 to your computer and use it in GitHub Desktop.
Save abjurato/352b67bb0516dccf79ab4f7de0cd0fc7 to your computer and use it in GitHub Desktop.
Junk to add to PerfectHandlers.swift to register FoodList mustache template. Swift, Perfect, mustache and PostgreSQL on Heroku.
PageHandlerRegistry.addPageHandler("FullFoodList") {
(r:WebResponse) -> PageHandler in
return FoodListHandler()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment