On Mon, Oct 13, 2008 at 12:12 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I suppose it to have something to do with the will_paginate plugin but > thats where I am left clueless... > > On 13 Okt., 18:01, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: >> I want to create a custom display of the members: >> >> So far there is this for example: >> >> <%= render :partial => 'profiles/newest_member', :collection => >> new_members %> >> >> How can i create my own collection based on my own rules..? >> >> Cheers >> THomas > --~--~---------~--~----~----
You can just pass an array of people to the partial. You can create an array of people by using find. cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
