Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created March 29, 2010 14:50
Show Gist options
  • Save swannodette/347905 to your computer and use it in GitHub Desktop.
Save swannodette/347905 to your computer and use it in GitHub Desktop.
(def post-resource
(app ["view" slug] {:get get-post}
["new"] {:get new-post}
["new"] {:post save-post}
["edit" id] {:get edit-post}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment