class ROM::RelationRegistry

@api private

Public Class Methods

new(elements = {}, **options) { |self, elements| ... } click to toggle source

@api private

Calls superclass method ROM::Registry::new
# File lib/rom/relation_registry.rb, line 9
def initialize(elements = {}, **options)
  super
  yield(self, elements) if block_given?
end