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