1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/rack.rb
Rafael Mendonça França 93559da482 Remove debugger support
bebugger doesn't work with Ruby 2.2 so we don't need to support it
anymore
2015-01-04 15:54:22 -03:00

5 lines
79 B
Ruby

module Rails
module Rack
autoload :Logger, "rails/rack/logger"
end
end