class Tantot::Extensions::GrapeMiddleware

Public Instance Methods

call!(env) click to toggle source
Calls superclass method
# File lib/tantot/extensions/grape/middleware.rb, line 7
def call!(env)
  Tantot.manager.run do
    @app_response = super(env)
  end
end