Method: ROM::Associations::ManyToOne#call

Defined in:
core/lib/rom/associations/many_to_one.rb

#callObject

This method is abstract.

Adapters must implement this method

Raises:

  • (NotImplementedError)


16
17
18
# File 'core/lib/rom/associations/many_to_one.rb', line 16

def call(*)
  raise NotImplementedError
end