class Airbrake::Rails::Railties::MiddlewareTie

def initialize(app)

def initialize(app)
  @app = app
  @middleware = app.config.middleware
end