mirror of
https://github.com/ditkrg/jsonapi-swagger.git
synced 2026-01-22 22:06:50 +00:00
11 lines
174 B
Ruby
11 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'jsonapi/swagger/version'
|
|
|
|
module Jsonapi
|
|
module Swagger
|
|
class Error < StandardError; end
|
|
# Your code goes here...
|
|
end
|
|
end
|