sanger/sequencescape

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

Summary

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

  instance { has_many(:requests, json: 'requests', to: 'requests') }
end