Class: BluePrint::Integration::Grape::Middleware
- Inherits:
-
Grape::Middleware::Base
- Object
- Grape::Middleware::Base
- BluePrint::Integration::Grape::Middleware
- Defined in:
- lib/blue_print/integration/grape/middleware.rb
Instance Method Summary collapse
Instance Method Details
#after ⇒ Object
9 10 11 |
# File 'lib/blue_print/integration/grape/middleware.rb', line 9 def after BluePrint.clear! end |
#before ⇒ Object
5 6 7 |
# File 'lib/blue_print/integration/grape/middleware.rb', line 5 def before BluePrint.env = BluePrint::Environment.new(env['api.endpoint']) end |