Efficiently check for next page
This assumes pagination always comes last and we don't have to return an AR relation from the pagination code. Otherwise we'd have to perform two queries.
Showing
Please register or sign in to comment
This assumes pagination always comes last and we don't have to return an AR relation from the pagination code. Otherwise we'd have to perform two queries.