Welcome Guest | Login

paginating associated data on show

Hey guys,

on my category show, i cycle through my has many through relationship

@categories.businesses.each do .....

to list all business in a category.

how do i add

@category.businesses.paginate :page => params[:page], :order => 'name', :per_page => 10  

so that the businesses for each category are pagiated.

Do i need to add that to the show def?

2008-07-16 12:43 AM

Yeah, you'll want to make sure all that logic is in your controller.  See this page

2008-07-16 11:51 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!