RailsCasts Pro episodes are now free!

Learn more or hide this

lmbacelar's Profile

GitHub User: lmbacelar

Comments by

Avatar

Got it. Need to provide a paginate method on each searchable Class.
Thanks for the tip (@Karel) and for the great screencasts (@Ryan).

Avatar

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