Hi all...
I'm doing pagination using will_paginate on data retrieved from three tables hardware_cis, software_cis, document_cis The data retrieved from the tables are pushed into an array and the pagination is applied to that array. The code is as shown below:
In controller: