Class: Presenters::PcrCyclesBinnedPlateUsingWellMetadataPresenter

Inherits:
PcrCyclesBinnedPlatePresenterBase show all
Defined in:
app/models/presenters/pcr_cycles_binned_plate_using_well_metadata_presenter.rb

Overview

This version of the PcrCyclesBinnedPlatePresenter fetches metadata from the wells.

Constant Summary collapse

CURRENT_PLATE_INCLUDES =
'wells.aliquots,wells.qc_results'

Instance Method Summary collapse

Instance Method Details

#current_plate_includesObject



11
12
13
# File 'app/models/presenters/pcr_cycles_binned_plate_using_well_metadata_presenter.rb', line 11

def current_plate_includes
  CURRENT_PLATE_INCLUDES
end