mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-23 07:34:08 +01:00
3 lines
142 B
Ruby
3 lines
142 B
Ruby
# typed: strict
|
|
# Have Mini Profiler show up on the right
|
|
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)
|