-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4416 from sanger/y24-099-tube-rack-banking-sequen…
…cescape-api Y24-099 scRNA - tube rack banking sequencescape api
- Loading branch information
Showing
30 changed files
with
1,743 additions
and
18 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
app/controllers/api/v2/specific_tube_rack_creations_controller.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# frozen_string_literal: true | ||
|
||
module Api | ||
module V2 | ||
# Provides a JSON API controller for Specific Tube Rack Creations | ||
# See: http://jsonapi-resources.com/ for JSONAPI::Resource documentation | ||
class SpecificTubeRackCreationsController < JSONAPI::ResourceController | ||
# By default JSONAPI::ResourceController provides most the standard | ||
# behaviour, and in many cases this file may be left empty. | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.