Sha256: b178bea72f230252c42206b3a614f7e5a403f3f9857ae58e9085bee378348458
Contents?: true
Size: 405 Bytes
Versions: 17
Compression:
Stored size: 405 Bytes
Contents
require "logtail-rails/action_controller/log_subscriber" module Logtail module Integrations # Module for holding *all* ActionController integrations. See {Integration} for # configuration details for all integrations. module ActionController extend Integration def self.integrate! return false if !enabled? LogSubscriber.integrate! end end end end
Version data entries
17 entries across 17 versions & 1 rubygems