Class: Epilog::Rails::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/epilog/rails/railtie.rb

Constant Summary collapse

SUBSCRIBERS =
{
  action_controller: ActionControllerSubscriber,
  action_mailer: ActionMailerSubscriber,
  action_view: ActionViewSubscriber,
  active_record: ActiveRecordSubscriber,
  active_job: ActiveJobSubscriber
}.freeze
SUBSCRIBER_BLACKLIST =
[
  ActionController::LogSubscriber,
  ActionMailer::LogSubscriber,
  ActionView::LogSubscriber,
  ActiveRecord::LogSubscriber,
  ActiveJob::Logging::LogSubscriber
].freeze