# File lib/joiner/joins.rb, line 12
  def add_join_to(path)
    return if path.empty?

    joins_cache.add path_as_hash(path)
  end