3 lines
90 B
Ruby
3 lines
90 B
Ruby
if Rails.env.development?
|
|
Rack::MiniProfiler.config.authorization_mode = :whitelist
|
|
end
|