tracks/config/initializers/rack-mini-profiler.rb
2019-12-18 09:49:57 -06:00

3 lines
142 B
Ruby

# typed: strict
# Have Mini Profiler show up on the right
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)