Skip to content

Instantly share code, notes, and snippets.

@noelworden
Created July 10, 2020 21:50
Show Gist options
  • Save noelworden/1f16071add4113168ce9d3d883841681 to your computer and use it in GitHub Desktop.
Save noelworden/1f16071add4113168ce9d3d883841681 to your computer and use it in GitHub Desktop.
def create!(attrs) do
%{attrs | message_opts: Map.new(attrs.message_opts)}
|> SourceFileError.changeset()
|> Repo.insert!()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment