Method: ROM::Factory::TupleEvaluator#assoc_names

Defined in:
lib/rom/factory/tuple_evaluator.rb

#assoc_names(traits = []) ⇒ 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.



117
118
119
# File 'lib/rom/factory/tuple_evaluator.rb', line 117

def assoc_names(traits = [])
  assocs(traits).map(&:name)
end