Heh.
On 3/27/07, reed <reedrob-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
>
> I am having problems with the following...
>
> def problem
> @ror_group.is = "too large"
> @ror_group.posts = "too many"
> @ror_group.replies = "too few"
> end
>
> def solution
> ror_sub_group[0] = @ror_group.members.find :all, :conditions =>
> "experience > 0", :limit => 20
> ror_sub_group[0].members.each do |member|
> member.posts_replies_for ror_sub_group.members
> end
> end
>
> To help with the solution please contact me directly or post here.
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---