We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9cc573 + fbf0b62 commit f266c05Copy full SHA for f266c05
lib/arc_ecto/schema.ex
@@ -31,7 +31,7 @@ defmodule Arc.Ecto.Schema do
31
%{} ->
32
params
33
|> Arc.Ecto.Schema.convert_params_to_binary
34
- |> Dict.take(allowed)
+ |> Map.take(allowed)
35
|> Enum.reduce([], fn
36
# Don't wrap nil casts in the scope object
37
{field, nil}, fields -> [{field, nil} | fields]
0 commit comments