mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8a0a103495
We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
10 lines
170 B
Ruby
10 lines
170 B
Ruby
require "action_mailbox/engine"
|
|
|
|
module ActionMailbox
|
|
extend ActiveSupport::Autoload
|
|
|
|
autoload :Base
|
|
autoload :Router
|
|
autoload :Callbacks
|
|
autoload :Routing
|
|
end
|