Skip to content

Instantly share code, notes, and snippets.

@r6203
Created October 1, 2017 20:22
Show Gist options
  • Save r6203/6bfb484bac8f0034cbad1ebfcef13cbf to your computer and use it in GitHub Desktop.
Save r6203/6bfb484bac8f0034cbad1ebfcef13cbf to your computer and use it in GitHub Desktop.
(re-frame/reg-event-db
:save-client
(fn [db [_ client]]
(let [id (key client)]
(assoc-in db [:clients id] (:editing-client db)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment