# File lib/joiner/joins.rb, line 7
  def initialize(model)
    @model       = model
    @joins_cache = Set.new
  end