3 lines
89 B
Ruby
3 lines
89 B
Ruby
if Rails.env.production?
|
|
Rails.application.config.middleware.delete(Rack::Runtime)
|
|
end
|