mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
The error ``` ActionView::Template::Error: undefined method `full_name' for nil:NilClass ``` happens a few times a day and raises exceptions we don't pay attention to. They add unnecessary noise that hides other more relevant issues. This, however, is a symptom of a deeper data integrity problem that needs solving at some point. This is just a countermeasure.