Module: ROM::Initializer Private
- Included in:
- Associations::Abstract, Associations::Definitions::Abstract, Attribute, AutoRegistration, AutoRegistrationStrategies::Base, Changeset, Changeset::Associated, Changeset::Pipe, Command, CommandCompiler, Commands::Graph, Components::Core, Components::DSL::Core, Components::Handler, Loader, MapperCompiler, Plugin, Registries::Root, Relation, Relation::Curried, Relation::Graph, Repository, Schema, Schema::DSL, Schema::Inferrer, StructCompiler
- Defined in:
- lib/rom/initializer.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: DefineWithHook, InstanceMethods
Class Method Summary collapse
- .extended(base) ⇒ Object private
Class Method Details
.extended(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
49 50 51 52 53 |
# File 'lib/rom/initializer.rb', line 49 def self.extended(base) base.extend(Dry::Initializer[undefined: false]) base.extend(DefineWithHook) base.include(InstanceMethods) end |