Class: Doozer::MiddlewareBeforeDozerApp

Inherits:
Middleware show all
Defined in:
lib/doozer/middleware.rb

Instance Method Summary collapse

Methods inherited from Middleware

#config, #initialize, #logger, #route

Constructor Details

This class inherits a constructor from Doozer::Middleware

Instance Method Details

#call(env) ⇒ Object



19
20
21
# File 'lib/doozer/middleware.rb', line 19

def call(env)
  @app.call(env)
end