Skip to content

Instantly share code, notes, and snippets.

@zemagno
Last active September 20, 2015 12:39
Show Gist options
  • Save zemagno/b9cb52edf8fef9ab3fe8 to your computer and use it in GitHub Desktop.
Save zemagno/b9cb52edf8fef9ab3fe8 to your computer and use it in GitHub Desktop.
Biz Rules Engine
quando :servidor :forCriado do |ci|
incluir :hostmonitor, ci
notificar :financeiro, ci
end
quando :servidor :mudarStatus do |ci|
notificar :owner, ci
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment