6 lines
74 B
Ruby
6 lines
74 B
Ruby
module JSONAPI
|
|
module Serializer
|
|
VERSION = '2.3.0'.freeze
|
|
end
|
|
end
|