sanger/limber

View on GitHub
app/models/presenters/pcr_presenter.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Presenters
  # Standard presenter, but renders tags.
  # Could probably get rid of this.
  class PcrPresenter < StandardPresenter
    self.aliquot_partial = 'tagged_aliquot'
  end
end