Commit cb464678225dca71de4d6164f65c0eacd635f0c2

Authored by Andrew Kane
1 parent 7fef1ac5

Limit first

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -92,7 +92,7 @@ Paginate @@ -92,7 +92,7 @@ Paginate
92 ```ruby 92 ```ruby
93 page: 3, per_page: 20 # works with will_paginate and kaminari 93 page: 3, per_page: 20 # works with will_paginate and kaminari
94 # or equivalently 94 # or equivalently
95 -offset: 40, limit: 20 95 +limit: 20, offset: 40
96 ``` 96 ```
97 97
98 Boost by a field 98 Boost by a field