Skip to content

Instantly share code, notes, and snippets.

@khusnetdinov
Created November 1, 2015 13:47
Show Gist options
  • Save khusnetdinov/63c7433be859d274b76b to your computer and use it in GitHub Desktop.
Save khusnetdinov/63c7433be859d274b76b to your computer and use it in GitHub Desktop.
Index
def index
@products = ProductsSearch.new { |instance| instance.per_page = 27 }.search do |query|
query.order()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment