mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
Rack::MiniProfile doesn't exist in test environment.
This commit is contained in:
parent
33ec5886cc
commit
74517944de
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Have Mini Profiler show up on the right
|
||||
Rack::MiniProfiler.config.position = 'bottom-left'
|
||||
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue