summaryrefslogtreecommitdiff
path: root/app/finders/feature_flags_finder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/finders/feature_flags_finder.rb')
-rw-r--r--app/finders/feature_flags_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/feature_flags_finder.rb b/app/finders/feature_flags_finder.rb
index 7b38841970d..20b18c62f7a 100644
--- a/app/finders/feature_flags_finder.rb
+++ b/app/finders/feature_flags_finder.rb
@@ -24,7 +24,7 @@ class FeatureFlagsFinder
private
def feature_flags
- project.operations_feature_flags
+ project.operations_feature_flags.new_version_only
end
def by_scope(items)