Pergunta

It there a method that Ecto.Entity or Ecto.Model provides that will return a Dict of the fields defined in the model and their values?

Foi útil?

Solução

Yes, to_keywords (it is the same function used by records).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top