How to access any object in pagination

Hello, you can try this: pagination_links(@prod_pages, { :params => @params})

Also, @items = @prods[offset..(offset + items_per_page - 1)] equal with @items = @prods[offset...(offset + items_per_page)] :slight_smile: