From: shawn bright Date: 2006-12-22T11:05:55+09:00 Subject: problem with pagination, rails ------=_Part_63224_6400307.1166753151701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline lo there all, i am having some trouble getting pagination going the way i need for a rails app. the controller looks like this def summary @site_pages, @sites = paginate(:sites, :conditions => ['group_id = ?', @group.id], :order => 'site_name' ) end the problem is that it is listing every site, not just those belonging to group anyone know what i can do about this ? thanks, sk ------=_Part_63224_6400307.1166753151701--