Class: ROM::Components::DSL::Relation
- Defined in:
- lib/rom/components/dsl/relation.rb
Overview
Setup DSL-specific relation extensions
Instance Method Summary collapse
- #call ⇒ Object private
- #class_parent ⇒ Object private
Instance Method Details
#call ⇒ 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.
15 16 17 |
# File 'lib/rom/components/dsl/relation.rb', line 15 def call super(constant: constant, config: constant.config.component) end |