#==
8 9 10 11 12
# File 'lib/cased/publishers/http_publisher.rb', line 8 def publish(audit_event) Cased.clients.publish.post do |req| req.body = JSON.generate(audit_event) end end