mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
10 lines
166 B
Ruby
10 lines
166 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ActiveModelSerializers
|
|
module Test
|
|
extend ActiveSupport::Autoload
|
|
autoload :Serializer
|
|
autoload :Schema
|
|
end
|
|
end
|