Skip to content
Snippets Groups Projects
Commit 6b6244c9 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix

parent 0af26de0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment