class Kaminari::Helpers::PaginationRenderer

def method_missing(meth, *args, &blk)

def method_missing(meth, *args, &blk)
  @template.send meth, *args, &blk
end