Paginating several objects

Hello,

I am trying to paginate several objects into 1 set of pages. I have 2
classes topics and polls. I want to get all the topics and polls as
one collection and have pages for both of them combined.

Is this possible?

What do you use to paginate?

With will_paginate, there is an option “param_name” (or something like
this) to do that.

Sorry, I didn’t read well! I don’t know if it’s possible.