Module: NewRelic::Security::Instrumentation::Grape::Router::Prepend

Includes:
NewRelic::Security::Instrumentation::Grape::Router
Defined in:
lib/newrelic_security/instrumentation-security/grape/prepend.rb

Instance Method Summary collapse

Methods included from NewRelic::Security::Instrumentation::Grape::Router

#prepare_env_from_route_on_enter

Instance Method Details

#prepare_env_from_route(env, route) ⇒ Object



29
30
31
# File 'lib/newrelic_security/instrumentation-security/grape/prepend.rb', line 29

def prepare_env_from_route(env, route)
  prepare_env_from_route_on_enter(route) { super }
end