tracks/config/initializers/rack-mini-profiler.rb

4 lines
142 B
Ruby
Raw Normal View History

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