Class: Appsignal::Loaders::GrapeLoader Private

Inherits:
Loader show all
Defined in:
lib/appsignal/loaders/grape.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from Loader

register, #register_config_defaults

Instance Method Details

#on_loadObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



8
9
10
# File 'lib/appsignal/loaders/grape.rb', line 8

def on_load
  require "appsignal/rack/grape_middleware"
end