tracks/config/initializers/rack-mini-profiler.rb
2014-01-11 14:33:14 +01:00

2 lines
No EOL
118 B
Ruby

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