We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092e7d2 commit 784418bCopy full SHA for 784418b
rails_application/app/processes/processes/configuration.rb
@@ -1,12 +1,7 @@
1
module Processes
2
class Configuration
3
- class << self
4
- attr_accessor :event_store, :command_bus
5
- end
6
7
def call(event_store, command_bus)
8
- self.class.event_store = event_store
9
- self.class.command_bus = command_bus
10
enable_coupon_discount_process(event_store, command_bus)
11
notify_payments_about_order_total_value(event_store, command_bus)
12
enable_shipment_sync(event_store, command_bus)
0 commit comments