When we include the concerns in the ordering below, we need to make sure that the TargetOne (which is included within PerformsImport) after create commit callback is overridden, so that we do not start the CSV job after creating an import object:
include Actions::PerformsImport
include Actions::ProcessesAsync
When we
include
the concerns in the ordering below, we need to make sure that theTargetOne
(which is included withinPerformsImport
) after create commit callback is overridden, so that we do not start the CSV job after creating an import object: