Module: Request::HasNoTargetAsset

Included in:
ControlRequest, GenotypingRequest, QcRequest
Defined in:
app/models/request/has_no_target_asset.rb

Overview

Some requests, notably DNA QC, do not actually transfer to a target asset but work on the source one. In this case there are certain things that are not permitted.

Instance Method Summary collapse

Instance Method Details

#on_startedObject



5
6
7
# File 'app/models/request/has_no_target_asset.rb', line 5

def on_started
  # Do not transfer the aliquots as there is no target asset
end