mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 14:29:31 +00:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ActiveModel
|
|
class Serializer
|
|
VERSION = '0.10.12'.freeze
|
|
end
|
|
end
|