BoomerAPI is not used anywhere, so removed it!

- It was originally added in 83b4e907 and partially
  removed in 05d89410.
上级 40d5c337
......@@ -75,13 +75,6 @@ def call(env)
end
end
class BoomerAPI < Boomer
def call(env)
env['action_dispatch.show_detailed_exceptions'] = @detailed
raise "puke!"
end
end
RoutesApp = Struct.new(:routes).new(SharedTestRoutes)
ProductionApp = ActionDispatch::DebugExceptions.new(Boomer.new(false), RoutesApp)
DevelopmentApp = ActionDispatch::DebugExceptions.new(Boomer.new(true), RoutesApp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册