-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is the "pseudo function" I created in: https://github.com/dwyl/phoenix-ecto-encryption-example
defp prepare_fields(changeset, schema) do
User.__schema__(:fields)
# |> IO.inspect
|> Enum.each(fn field ->
IO.inspect field, label: field
User.__schema__(:type, field)
|> IO.inspect
end)
#
# IO.inspect changeset, lable: "changeset"
endMy plan is to expand it here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request