123456789_123456789_123456789_123456789_123456789_

Class: ActionMailbox::Engine

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Rails::Engine
Defined in: actionmailbox/lib/action_mailbox/engine.rb

Constant Summary

::Rails::Railtie - Inherited

ABSTRACT_RAILTIES

::ActiveSupport::Callbacks - Included

CALLBACK_FILTER_TYPES

Class Attribute Summary

Class Method Summary

::Rails::Engine - Inherited

::Rails::Railtie - Inherited

.configure

Allows you to configure the railtie.

.console, .generators,
.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

::ActiveSupport::DescendantsTracker - Extended

Instance Attribute Summary

::Rails::Engine - Inherited

::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

::Rails::Engine - Inherited

#app

Returns the underlying ::Rack application for this engine.

#call

Define the ::Rack API for this engine.

#config

Define the configuration object for the engine.

#eager_load!,
#endpoint

Returns the endpoint for this engine.

#env_config

Defines additional ::Rack env configuration that is added on each call.

#helpers

Returns a module with all the helpers defined for the engine.

#helpers_paths

Returns all registered helpers paths.

#isolated?,
#load_console

Load console and invoke the registered hooks.

#load_generators

Load Rails generators and invoke the registered hooks.

#load_runner

Load Rails runner and invoke the registered hooks.

#load_seed

Load data from db/seeds.rb file.

#load_server

Invoke the server registered hooks.

#load_tasks

Load Rake, railties tasks and invoke the registered hooks.

#railties,
#routes

Defines the routes for this engine.

#load_config_initializer

::ActiveSupport::Callbacks - Included

#run_callbacks

Runs the callbacks for the given event.

::Rails::Initializable - Included

Constructor Details

This class inherits a constructor from Rails::Engine