Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created October 14, 2011 14:29
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 jcromartie/be1d88c9c0363e542f4f to your computer and use it in GitHub Desktop.
Save jcromartie/be1d88c9c0363e542f4f to your computer and use it in GitHub Desktop.
(def example-rules
(rule-group
(require-property :payee "Payee name")
(require-property :account "Payee account")
(require-property :due-date "Bill due date")
(require-property :amount "Invoice amount")
(on-property-change :amount #(info % "Amount updated"))
(on-property-change :assignee notify-assignee)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment