summaryrefslogtreecommitdiff
path: root/app/helpers/groups/crm_settings_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/groups/crm_settings_helper.rb')
-rw-r--r--app/helpers/groups/crm_settings_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/groups/crm_settings_helper.rb b/app/helpers/groups/crm_settings_helper.rb
index ab47ec40b13..d7ca25a9d1b 100644
--- a/app/helpers/groups/crm_settings_helper.rb
+++ b/app/helpers/groups/crm_settings_helper.rb
@@ -2,7 +2,7 @@
module Groups
module CrmSettingsHelper
- def crm_feature_flag_enabled?(group)
+ def crm_feature_available?(group)
Feature.enabled?(:customer_relations, group)
end
end