From 6b6244c96e274c765f02ff4411556e537d5a6ef4 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 27 Feb 2023 17:51:05 +0100
Subject: [PATCH] Fix

---
 app/models/communication/extranet/with_features.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/communication/extranet/with_features.rb b/app/models/communication/extranet/with_features.rb
index 0cbd4466c..ecba52f6a 100644
--- a/app/models/communication/extranet/with_features.rb
+++ b/app/models/communication/extranet/with_features.rb
@@ -12,6 +12,6 @@ module Communication::Extranet::WithFeatures
   end
 
   def feature?(identifier)
-    send "feature_#{identifier}"
+    public_send "feature_#{identifier}"
   end
 end
\ No newline at end of file
-- 
GitLab