mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
6 lines
77 B
Ruby
6 lines
77 B
Ruby
module ActiveModel
|
|
class Serializer
|
|
VERSION = '0.9.8'.freeze
|
|
end
|
|
end
|