123456789_123456789_123456789_123456789_123456789_

Class: ActionMailer::Railtie

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Rails::Railtie
Defined in: actionmailer/lib/action_mailer/railtie.rb

Constant Summary

::Rails::Railtie - Inherited

ABSTRACT_RAILTIES

Class Attribute Summary

Class Method Summary

::Rails::Railtie - Inherited

.configure

Allows you to configure the railtie.

.console, .generators, .inherited,
.instance

Since ::Rails::Railtie cannot be instantiated, any methods that call instance are intended to be called only on subclasses of a Railtie.

.railtie_name, .rake_tasks, .runner, .server, .subclasses, .increment_load_index, .generate_railtie_name,
.method_missing

If the class method does not have a method, then send the method call to the Railtie instance.

.register_block_for

receives an instance variable identifier, set the variable value if is blank and append given block to value, which will be used later in #each_registered_block(type, &block).

.respond_to_missing?, .<=>, .new

::ActiveSupport::DescendantsTracker - Extended

descendants

See additional method definition at line 109.

subclasses, inherited

Instance Attribute Summary

::Rails::Railtie - Inherited

#config

This is used to create the config object on Railties, an instance of Railtie::Configuration, that is used by Railties and Application to store related configuration.

#railtie_name

Instance Method Summary

Constructor Details

This class inherits a constructor from Rails::Railtie