Can anyone recommend how to use the will_paginate gem to paginate a list alphanumerically?
There is this plugin:
http://sermoa.wordpress.com/2010/08/25/rails-alphabetical-pagination/
But I was hoping to get my hands on a method with will_paginate
Thanks!
Adam
I just add this in my model:
Although you could alternatively just do this in your controller:
Works with kaminari and, I assume, will_paginate