# File lib/ohm.rb, line 224
    def include?(model)
      ids.include?(model.id)
    end