# frozen_string_literal: true module ActiveModel class Serializer # @api private class HasOneReflection < Reflection end end end