- This PR adds an index to conversations id and account_id. This improves the performance of some reports query
9 lines
194 B
Ruby
9 lines
194 B
Ruby
# frozen_string_literal: true
|
|
|
|
if Rails.env.development?
|
|
require 'rack-mini-profiler'
|
|
|
|
# initialization is skipped so trigger it
|
|
Rack::MiniProfilerRails.initialize!(Rails.application)
|
|
end
|