Merge pull request #6167 from betagouv/profiler4dev
activate rack_mini_profiler in dev
This commit is contained in:
commit
580c5c4ede
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
if Rails.env.development?
|
||||
Rack::MiniProfiler.config.authorization_mode = :whitelist
|
||||
Rack::MiniProfiler.config.show_total_sql_count = true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue