diff --git a/config/initializers/rack-mini-profiler.rb b/config/initializers/rack-mini-profiler.rb new file mode 100644 index 00000000..93d2e299 --- /dev/null +++ b/config/initializers/rack-mini-profiler.rb @@ -0,0 +1,2 @@ +# Have Mini Profiler show up on the right +Rack::MiniProfiler.config.position = 'right' \ No newline at end of file