aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox.rb
blob: c4ed71d5cc43362f1ce2bee0011ff03e992c81a6 (plain) (blame)
1
2
3
4
5
6
7
require "action_mailbox/engine"

module ActionMailbox
  extend ActiveSupport::Autoload

  autoload :Base
end