I have a Rails API app. I use Pagy nicely and works perfectly. However, I would like to call the same route|service|endpoint for getting all records, ignoring pagination. Is this possible?
Rails pagy route without pagination
105 Views Asked by Montells At
2
You can pass a flag as query params and based on input you can set/ignore pagination