Method: ROM::Associations::ManyToOne#call
- Defined in:
- core/lib/rom/associations/many_to_one.rb
#call ⇒ Object
This method is abstract.
Adapters must implement this method
16 17 18 |
# File 'core/lib/rom/associations/many_to_one.rb', line 16 def call(*) raise NotImplementedError end |