We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0b07d commit e99bdc6Copy full SHA for e99bdc6
rails_application/app/models/invoicing/invoice_generated.rb
@@ -0,0 +1,6 @@
1
+# frozen_string_literal: true
2
+
3
+module Invoicing
4
+ class InvoiceGenerated < Infra::Event
5
+ end
6
+end
0 commit comments