Class: Mailkube::Rails::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- Mailkube::Rails::Railtie
- Defined in:
- lib/mailkube/rails/railtie.rb,
sig/mailkube/rails.rbs
Overview
Registers the delivery method, and the gem's own options block, at boot.
Note ::Rails::Railtie, fully qualified. Inside this namespace the bare constant
Rails is Mailkube::Rails, so Rails::Railtie would be a NameError at load. Every
reference to the framework in this gem is written this way.