Displaying 1 result from an estimated 1 matches for "featured_items".
Did you mean:
_featured_items
2005 Sep 21
0
Basic pagination question
Hi there
I have a class method defined in my Product Model, ''featured_items'',
which returns a recordset from the products table based on certain
find conditions.
I simply want to paginate this recordset, not the whole products
table, using the paginate helper.
After reading the Rails docs, I''m still struggling to work out how, in
my ''list'&...