Pagination for join table data

Hi,
I have two tables one is departments and subjects
both table having many to many relationship

@department = Department.fin(params[:id]
@department.subjects will give all the subjects under that department

but i need to apply pagination for for subjects is there any solution
plz reply