mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
fix regressions
This commit is contained in:
parent
3b673f0838
commit
6238029b55
6 changed files with 6 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Have Mini Profiler show up on the right
|
||||
Rack::MiniProfiler.config.position = 'right'
|
||||
Rack::MiniProfiler.config.position = 'right' if defined?(Rack::MiniProfiler)
|
||||
Loading…
Add table
Add a link
Reference in a new issue