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'' view, to paginate these records. I guess there''s some stuff in the wiki on pagination, but it''s down at present. Any clues appreciated. Richard Sandilands