Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active August 8, 2020 23:26
Show Gist options
  • Select an option

  • Save noelworden/af9ee389bc109fac51ff5eeb73155658 to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/af9ee389bc109fac51ff5eeb73155658 to your computer and use it in GitHub Desktop.
#blog_snippets
** (Ecto.InvalidChangesetError) could not perform insert because changeset is invalid.
Errors
%{
vendor_id: [{"can't be blank", [validation: :required]}]
}
Applied changes
%{
expense_account_number: 500000,
income_account_number: 400000,
name: "Discount"
}
Params
%{
"expense_account_number" => "500000",
"income_account_number" => "400000",
"name" => "Discount",
"\uFEFFvendor_id" => "the_vendor"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment