Skip to content

Instantly share code, notes, and snippets.

@glenjamin
Created March 17, 2013 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glenjamin/81983d5a18a96e022196 to your computer and use it in GitHub Desktop.
Save glenjamin/81983d5a18a96e022196 to your computer and use it in GitHub Desktop.
Error conditions in controllers
(POST "/profile/:user" [user & body]
(let [account (db-could-fail/get-account user)
result (external-service/save (:id account) body)]
(redirect (:location result)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment