Skip to content

Commit

Permalink
Added plate_purposes controller
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Jan 17, 2024
1 parent 425ddee commit b84dca7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/controllers/api/v2/plate_purposes_controller.rb
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 receptacle
# See: http://jsonapi-resources.com/ for JSONAPI::Resource documentation
class PlatePurposesController < JSONAPI::ResourceController
# By default JSONAPI::ResourceController provides most the standard
# behaviour, and in many cases this file may be left empty.
end
end
end

0 comments on commit b84dca7

Please sign in to comment.