diff --git a/app/models/communication/extranet/with_features.rb b/app/models/communication/extranet/with_features.rb index 0cbd4466c85671fa1ebfdfd7165a5c1a0a22204e..ecba52f6ae727863c6c58e8f0b4c5ea831eedb08 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