- **Problem** The records are limited to a fixed number. - **Solution** Add pagination using the Pagy gem. (I chose it because it's faster than other gems available)
Problem
The records are limited to a fixed number.
Solution
Add pagination using the Pagy gem. (I chose it because it's faster than other gems available)