gjuliao / car_app_backend

This is the back end for the car app.
MIT License
0 stars 3 forks source link

Verify there is not N+1 problems #37

Closed lojacho closed 1 year ago

lojacho commented 1 year ago

In this pull request, I was able to:

Use bullet gem to solve n+1 problems. I tested with the front end and don't detect any n+1 problem, the gem was added to the gem file.

Thanks for the review