aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack.rb
blob: ce08a23e2fe6f30c15f819d3c05fd1b54b8db5d4 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
module Rails
  module Rack
    autoload :Logger, "rails/rack/logger"
  end
end