Jun 14, 2022 · 5 min read · Maintaining the data integrity of the models I am creating can be done through the use of the built in validation tools provided by Rails. These validations will prevent records being saved if they fail the rules I define. However I believe these rul...
Join discussion