mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix params access in reports views
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module ApplicationHelper
|
||||
include RawParams
|
||||
|
||||
def feature?(feature, user = nil)
|
||||
OpenFoodNetwork::FeatureToggle.enabled?(feature, user)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user