For instance, if the interactor is in charge of onboarding a new account, we have it under something like this:
Account::SetupOnboarding
Note that we also have an Account model here and so anything namespaced under it will be assumed to take place in that context.
For instance, if the interactor is in charge of onboarding a new account, we have it under something like this:
Account::SetupOnboarding
Note that we also have an Account model here and so anything namespaced under it will be assumed to take place in that context.