sanger/sequencescape

View on GitHub
app/models/order_template.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
# SubmissionTemplate is really OrderTemplate, and the only place that actually cares is the API, so alias
# If we remove this, then we break our API endpoints. Some of which, at least at one point, actually had
# external users.
OrderTemplate = SubmissionTemplate