Module: ROM::Plugins Private
- Extended by:
- Dry::Core::Container::Mixin
- Defined in:
- core/lib/rom/plugins.rb,
core/lib/rom/plugins/command/schema.rb,
core/lib/rom/plugins/schema/timestamps.rb,
core/lib/rom/plugins/command/timestamps.rb,
core/lib/rom/plugins/relation/instrumentation.rb,
core/lib/rom/plugins/relation/registry_reader.rb,
changeset/lib/rom/plugins/relation/changeset.rb
Overview
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.
Registry of all known plugin types (command, relation, mapper, etc)
Defined Under Namespace
Modules: Command, Relation, Schema
Class Method Summary collapse
Class Method Details
.register(entity_type, plugin_type: Plugin, adapter: true) ⇒ 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.
14 15 16 |
# File 'core/lib/rom/plugins.rb', line 14 def register(entity_type, plugin_type: Plugin, adapter: true) super(entity_type, plugin_type: plugin_type, adapter: adapter) end |