Skip to content

Instantly share code, notes, and snippets.

@abitdodgy
Created November 21, 2016 19:26
Show Gist options
  • Save abitdodgy/550580e6640b0700725d16ee89c3b4f7 to your computer and use it in GitHub Desktop.
Save abitdodgy/550580e6640b0700725d16ee89c3b4f7 to your computer and use it in GitHub Desktop.
Medium Article: Building Many-to-Many Associations with cast_assoc and Nested Forms in Phoenix and Ecto
%{"account" => %{
"name" => "Ecto Phoenix Demo",
"memberships" => %{
"0" => %{
"user" => %{
"email" => "[email protected]"}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment