I need to calculate what page a comment is on so I can create a direct link to it. I’m using kaminari pagination with monogid. On kaminari’s wiki they have a solution on how to do it with activerecord but I’m not sure the best way to translate that into mongoid.
Share
Here is a stripped down version that I ended up coming up with.