finder = "#{class_name}.find(:first, :conditions => [ '#{ (options[:parent_method].collect { |m| "#{m} = ?" }).join(' OR ') }', "+
                                                                "#{ (['obj'] * options[:parent_method].size).join(', ') } ])"