bmitzel88 / ChucksUsedDealership

1 stars 0 forks source link

Make pagination available for all pages jovanni ramirez #39

Closed JovanniRamirez closed 3 weeks ago

JovanniRamirez commented 3 weeks ago

Added pagination model. I hope to use this to be able to use pagination on any page instead of making a model for every page that needs pagination. Edited the contactform model to inherit pagination. Added migration and updated to accept the changes. Edited controller to use pagination to be able to access both class information and fields.