Tagged Questions
2
votes
1answer
2k views
How to use will_paginate with a nested resource in Rails?
I'm new to Rails, and I'm having major trouble getting will_paginate to work with a nested resource.
I have two models, Statement and Invoice. will_paginate is working on Statement, but I can't get ...