class ActiveModel::Serializer::Associations::Config

def embed_ids?

def embed_ids?
  option(:embed, source_serializer._embed) == :ids
end