From 1c4a57e0e5b9666f0a05eb4fbdad09a6998ef54b Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Wed, 17 Oct 2018 12:48:45 -0400 Subject: Remove needless autoloads ActionMailbox::Callbacks and ActionMailbox::Routing are eagerly loaded where they're used. --- lib/action_mailbox.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/action_mailbox.rb b/lib/action_mailbox.rb index 01cc38ec4a..ae37cb84ed 100644 --- a/lib/action_mailbox.rb +++ b/lib/action_mailbox.rb @@ -5,8 +5,6 @@ module ActionMailbox autoload :Base autoload :Router - autoload :Callbacks - autoload :Routing mattr_accessor :logger mattr_accessor :incinerate_after, default: 30.days -- cgit v1.2.3