Commit b123fe0f authored by Martin Wortschack's avatar Martin Wortschack

Rename feature flag to instance_statistics

parent 553f830e
......@@ -7,6 +7,6 @@ class Admin::InstanceStatisticsController < Admin::ApplicationController
end
def check_feature_flag
render_404 unless Feature.enabled?(:instance_analytics)
render_404 unless Feature.enabled?(:instance_statistics)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment