From: Andy Allan Date: Wed, 23 Feb 2022 16:25:43 +0000 (+0000) Subject: Remove redundant presence validation on belongs_to X-Git-Tag: live~2359^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8938ab79975d4152a4d6d3c8ceafdbda30b6b367?hp=8938ab79975d4152a4d6d3c8ceafdbda30b6b367 Remove redundant presence validation on belongs_to There's no need for us to have it when rails does this for us. ---