Files
openfoodnetwork/app
cyrillefr 9ae064a24f Fix RedundantPresenceValidationOnBelongs on some files
- presence: true is redundant since Rails 5.0 BUT applies
   with new default config of
   belongs_to_required_by_default to true
   Lots of files with belongs_to_required_by_default = false
   (backward compatibility)
   So: deleting this setting implies to adding optional: true
 - added 'NOT NULL' constraints so model constraints match
   with contraints on DB tables.
 - updated the todo
2024-04-22 17:36:47 +02:00
..
2024-04-02 09:27:37 +11:00
2023-09-12 23:19:05 +09:00
2024-04-09 10:44:02 +02:00
2024-04-02 09:59:16 +11:00
2024-04-09 10:44:02 +02:00