sanger/sequencescape

View on GitHub
app/api/endpoints/suppliers.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
# Controls API V1 {::Core::Endpoint::Base endpoints} for Suppliers
class Endpoints::Suppliers < Core::Endpoint::Base
  model {}

  instance { has_many(:sample_manifests, include: [], json: 'sample_manifests', to: 'sample_manifests') }
end