mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Middleware stack actually runs routes and not the application.
This commit is contained in:
parent
f8bf1982df
commit
517b35a2bb
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ task :middleware => :environment do
|
|||
Rails.configuration.middleware.active.each do |middleware|
|
||||
puts "use #{middleware.inspect}"
|
||||
end
|
||||
puts "run #{Rails::Application.instance.class.name}"
|
||||
puts "run #{Rails::Application.instance.class.name}.routes"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue