mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
6 lines
156 B
Ruby
6 lines
156 B
Ruby
if Rails.env.development?
|
|
ActiveRecordQueryTrace.enabled = true
|
|
ActiveRecordQueryTrace.lines = 1
|
|
ActiveRecordQueryTrace.colorize = 'light purple'
|
|
end
|