class ActiveModel::Serializer::Associations::Config

def embeddable?

def embeddable?
  !associated_object.nil?
end