Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix deprecation message on info screen
  • Loading branch information
dhh committed Jul 26, 2010
1 parent f427fdd commit d283ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/info.rb
Expand Up @@ -88,7 +88,7 @@ def to_html
end

property 'Middleware' do
Rails.configuration.middleware.active.map(&:inspect)
Rails.configuration.middleware.map(&:inspect)
end

# The application's location on the filesystem.
Expand Down

0 comments on commit d283ca3

Please sign in to comment.