tracks/config/initializers/rack-mini-profiler.rb
2019-05-15 20:44:49 +02:00

2 lines
126 B
Ruby

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