Class: GraphqlRails::Integrations::Lograge::GraphqlActionControllerSubscriber
- Inherits:
-
Lograge::LogSubscribers::Base
- Object
- Lograge::LogSubscribers::Base
- GraphqlRails::Integrations::Lograge::GraphqlActionControllerSubscriber
- Defined in:
- lib/graphql_rails/integrations/lograge.rb
Overview
lograge subscriber for graphql_rails controller events
Instance Method Summary collapse
Instance Method Details
#process_action(event) ⇒ Object
14 15 16 |
# File 'lib/graphql_rails/integrations/lograge.rb', line 14 def process_action(event) process_main_event(event) end |