zilverline/sequent

View on GitHub
integration-specs/rails-app/app/workflows/invoice_workflow.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class InvoiceWorkflow < Sequent::Workflow
  on Invoicing::Events::Created do |_event|
  end
end