mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix deprecation message on info screen
This commit is contained in:
@@ -88,7 +88,7 @@ module Rails
|
||||
end
|
||||
|
||||
property 'Middleware' do
|
||||
Rails.configuration.middleware.active.map(&:inspect)
|
||||
Rails.configuration.middleware.map(&:inspect)
|
||||
end
|
||||
|
||||
# The application's location on the filesystem.
|
||||
|
||||
Reference in New Issue
Block a user