Generate an Organizer
mainUse the interactor:organizer generator to create an organizer. An organizer is used to wrap multiple interactors into a single transaction-like sequence. You can pass multiple interactor names to the generator to pre-populate the organize list.
rails generate interactor:organizer place_order charge_card send_thank_you fulfill_order