Skip to content

Instantly share code, notes, and snippets.

@handshake-engineering-blog
Created April 19, 2021 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handshake-engineering-blog/cb8dab5da3f7b0695058f5c27b53abf3 to your computer and use it in GitHub Desktop.
Save handshake-engineering-blog/cb8dab5da3f7b0695058f5c27b53abf3 to your computer and use it in GitHub Desktop.
1977385383_06
def has_next_page
results.size > page_size
end
# Always return false because we're not implementing backwards pagination yet
def has_previous_page
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment