Only register stats dirs when command available (#33454)

pull/33446/head
Matt Jankowski 1 week ago committed by GitHub
parent 9712518b2f
commit 9b82bedc6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,7 @@
# frozen_string_literal: true
return unless defined?(Rails::Command::StatsCommand)
[
%w(AppLibs app/lib),
%w(Policies app/policies),

Loading…
Cancel
Save