Class: ROM::Associations::OneToOneThrough

Inherits:
ManyToMany show all
Defined in:
lib/rom/associations/one_to_one_through.rb

Overview

Abstract one-to-one-through association type

Constant Summary

Constants included from Memoizable

Memoizable::MEMOIZED_HASH

Instance Attribute Summary

Attributes inherited from ManyToMany

#join_relation

Attributes inherited from Abstract

#definition, #relations, #source, #target

Attributes included from Memoizable

#__memoized__

Method Summary

Methods inherited from ManyToMany

#associate, #call, #foreign_key, #initialize, #parent_combine_keys, #through

Methods inherited from Abstract

#aliased?, #apply_view, #as, #combine_keys, #foreign_key, #join_key_map, #key, #name, new, #node, #override?, #prepare, #result, #self_ref?, #view, #wrap

Methods included from Initializer

extended

Methods included from Memoizable

included

Constructor Details

This class inherits a constructor from ROM::Associations::ManyToMany