From 43e8c169eaa7cdd90702d7eff2297f0f0a969e39 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Tue, 6 Dec 2011 10:26:16 -0500 Subject: [PATCH] Fix image? --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b06414..03ae641 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # GroupedScope: Has Many Associations IN (GROUPS) -
- Jack Has Many Things -
+Jack Has Many Things GroupedScope provides an easy way to group objects and to allow those groups to share association collections via existing `has_many` relationships. You may enjoy my original article titled [*Jack has_many :things*](http://metaskills.net/2008/09/28/jack-has_many-things/).