6 lines
79 B
Ruby
6 lines
79 B
Ruby
|
module Rails
|
||
|
module Rack
|
||
|
autoload :Logger, "rails/rack/logger"
|
||
|
end
|
||
|
end
|