'scope' for 'paginate' removes 'pass' of url

Hello.
I have a page with next url structure: {controller}/{action}/:id, and I need to paginated a few models, but when I use scope for paginator config links of paginate become without pass parameters and if click to link - me redirects to {contoller}/{action}. This problem become after updating from version 3.9 to 4.2.
How to save pass of url with using scope?
Thanks