# frozen_string_literal: true module IdentityCache module Cached module Recursive class HasOne < Association # :nodoc: end end end end