Class: ActionText::Engine
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | Rails::Engine 
 | 
| Defined in: | actiontext/lib/action_text/engine.rb | 
Constant Summary
::Rails::Railtie - Inherited
  
  ::ActiveSupport::Callbacks - Included
  
Class Attribute Summary
::Rails::Engine - Inherited
| .__callbacks, .__callbacks?, .called_from, | |
| .isolated? | Alias for Rails::Engine.isolated. | 
::Rails::Railtie - Inherited
Class Method Summary
::Rails::Engine - Inherited
| .endpoint, .engine_name, | |
| .find | Finds engine with given path. | 
| .find_root, .inherited, .isolate_namespace, .isolated, .new | |
::Rails::Railtie - Inherited
| .configure | Allows you to configure the railtie. | 
| .console, .generators, | |
| .instance | Since  | 
| .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  | 
| #railtie_name | |
Instance Method Summary
::Rails::Engine - Inherited
| #app | Returns the underlying  | 
| #call | Define the  | 
| #config | Define the configuration object for the engine. | 
| #eager_load!, | |
| #endpoint | Returns the endpoint for this engine. | 
| #env_config | Defines additional  | 
| #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