diff options
author | David Gay <david@davidgay.org> | 2021-04-21 21:09:11 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-21 21:09:11 -0400 |
commit | fb2f3c043ce8bf13626b3fb18d86aa398000c899 (patch) | |
tree | f27dce56405ae579fcb9a350ac364d16a4f1ef55 /config | |
parent | d55de4f9fc4776b1d857a466ce89d808514589fe (diff) |
Configure Rack::MiniProfiler
Diffstat (limited to 'config')
-rw-r--r-- | config/environments/development.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 7a9f6c3..9e80232 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -73,4 +73,7 @@ Rails.application.configure do # Uncomment if you wish to allow Action Cable access from any origin. # config.action_cable.disable_request_forgery_protection = true + + Rack::MiniProfiler.config.position = "bottom-left" + Rack::MiniProfiler.config.start_hidden = true end |