mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
2 lines
126 B
Ruby
2 lines
126 B
Ruby
# Have Mini Profiler show up on the right
|
|
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)
|