1
votes

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?

1

1 Answers

2
votes

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