I am having problems in re-indexing a model, since I am using kaminari instead of will_paginate.
The pagination method for Kaminari is "page" instead of "paginate".
Can I set this up anywhere on the Tire gem or do I have to define a paginate method on each searchable models, that point to the page method?
Thanks
Got it. Need to provide a paginate method on each searchable Class.
Thanks for the tip (@Karel) and for the great screencasts (@Ryan).
I am having problems in re-indexing a model, since I am using kaminari instead of will_paginate.
The pagination method for Kaminari is "page" instead of "paginate".
Can I set this up anywhere on the Tire gem or do I have to define a paginate method on each searchable models, that point to the page method?
Thanks