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

2 lines
118 B
Ruby
Raw Permalink Normal View History

# Have Mini Profiler show up on the right
2014-01-11 14:33:14 +01:00
Rack::MiniProfiler.config.position = 'right' if defined?(Rack::MiniProfiler)