richardiux/sunspot_with_kaminari

Problem creating pagination links

Opened this issue · 1 comments

hkf commented

The error shows up as:

ActionView::MissingTemplate - Missing partial kaminari/paginator with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :slim, :coffee]}. Searched in:
  * "/Users/harold.figueroa/Code/toy/app/widgets"

Along with a much longer stack trace. I am trying to use this gem along with the apotomo gem which places its view files in app/widgets/{widget_name} which is perhaps throwing off a look up.

Is it working with kaminari only? Looks like the issue isn't related to sunspot_with_kaminari gem