Method: ROM::AdapterPluginsContainer#register

Defined in:
lib/rom/plugin_registry.rb

#register(name, mod, options) ⇒ 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.



116
117
118
# File 'lib/rom/plugin_registry.rb', line 116

def register(name, mod, options)
  adapter(options.fetch(:adapter, :default)).register(name, mod, options)
end