4 lines
125 B
Ruby
4 lines
125 B
Ruby
|
|
if Rails.env.development?
|
||
|
|
Rack::MiniProfiler.config.position = 'right'
|
||
|
|
Rack::MiniProfiler.config.start_hidden = false
|
||
|
|
end
|