sanger/sequencescape

View on GitHub
app/models/gel_dilution_plate.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
# Indicates a plate used in the gel dilution process.
# While there is no behaviour associated with this plate
# it is used to scope the plate display in the gel dilutions controller
class GelDilutionPlate < WorkingDilutionPlate
end