Hello
I'm looking to implement pagination based on a date.
I am using a named_scope to pull a note for today but I'd like to add functionality to be able to have a previous link that will show a note for yesterday.
If I happened to be on the page for yesterday I'd also like to be able to have a link that will show the day before yesterday and a link that will go forward one day, back to today, and so on...
I'm wondering if there are any helpers or plugins that would achieve this simply or if someone could point me in the right direction (I'm struggling to know what to even search for).
Cheers
Tom