mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
8 lines
109 B
Ruby
8 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ActiveModel
|
|
class Serializer
|
|
VERSION = '0.10.9'.freeze
|
|
end
|
|
end
|