Class: Appsignal::Loaders::GrapeLoader Private
- 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
- #on_load ⇒ Object private
Methods inherited from Loader
register, #register_config_defaults
Instance Method Details
#on_load ⇒ Object
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 |