Files
openfoodnetwork/lib
Maikel Linke bc26a3aa07 Add used feature toggles to appear in the admin UI
The admin UI shows only features which were added to the database. We
always had to look up a feature's name add it manually before we could
enable it. Now it will appear in the UI after some code asked if it was
enabled.

This only adds a database query once when the feature doesn't exist yet.
The `feature.exist?` call only performs an in-memory lookup in the
memoizer.
2022-10-08 16:23:17 +02:00
..
2012-03-27 10:10:26 +11:00
2022-08-07 09:48:49 +02:00
2021-09-20 08:39:34 +10:00