3 lines
86 B
Ruby
3 lines
86 B
Ruby
if Rails.env.development?
|
|
Rack::MiniProfiler.config.show_total_sql_count = true
|
|
end
|