Created
May 2, 2016 06:52
-
-
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.
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
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