chore: fixes

This commit is contained in:
Sojan
2025-06-03 03:41:49 -05:00
parent 9813400237
commit 816294e609
+1 -1
View File
@@ -1,6 +1,6 @@
# frozen_string_literal: true
if Rails.env.development?
if Rails.env.development? && ENV['DISABLE_MINI_PROFILER'] != 'true'
require 'rack-mini-profiler'
# initialization is skipped so trigger it