Merge pull request #2229 from srbaker/move-mini-profiler-to-bottom-left

Move the profiler to the bottom left.
This commit is contained in:
Matt Rogers 2019-05-15 14:55:28 -05:00 committed by GitHub
commit b1fbc7202e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
# Have Mini Profiler show up on the right
Rack::MiniProfiler.config.position = 'right' if defined?(Rack::MiniProfiler)
Rack::MiniProfiler.config.position = 'bottom-left' if defined?(Rack::MiniProfiler)