Skip to content

Instantly share code, notes, and snippets.

@MSeneadza
Forked from waitingallday/gist:1851354
Created December 10, 2017 15:10
Show Gist options
  • Save MSeneadza/04c8a54edbc5937f4b7609b6435ae15b to your computer and use it in GitHub Desktop.
Save MSeneadza/04c8a54edbc5937f4b7609b6435ae15b to your computer and use it in GitHub Desktop.
Kaminari on find_by_sql
sql = "…"
Kaminari.paginate_array(Product.find_by_sql(sql)).page(params[:page]).per(20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment