From 7074a55df2250cfc1b04c56e6b62199f6be40f98 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Tue, 6 Dec 2011 10:14:51 -0500 Subject: [PATCH] Update docs. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d2d765..6989d5a 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,9 @@ use the `#ids` or `#ids_sql` methods on the group. ## Todo List -* Make group association conditions use pure SQL. Avoid many ids. Deprecate #quoted_ids. * Raise errors for :finder_sql/:counter_sql. * Add a user definable group_id schema. -* Make SelfGrouping use targeted relation class for #primary_key. +* Remove SelfGrouping#with_relation, has not yet proved useful.