2019-10-25 09:32:56 -04:00

6 lines
81 B
Ruby

require 'fast_jsonapi/scalar'
module FastJsonapi
class Link < Scalar; end
end