aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack.rb
blob: f34bf2fd4135daa18050a2026ca431c1ae5f5afe (plain) (blame)
1
2
3
4
5
6
module Rails
  module Rack
    autoload :Debugger,      "rails/rack/debugger"   if RUBY_VERSION < '2.0.0'
    autoload :Logger,        "rails/rack/logger"
  end
end