Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shankardevy/1a61a30328bdb8eaba5a0b1bf6d4d55b to your computer and use it in GitHub Desktop.
Save shankardevy/1a61a30328bdb8eaba5a0b1bf6d4d55b to your computer and use it in GitHub Desktop.
defmodule Mango.CRM do
alias Mango.CRM.Customer
def build_customer(attrs \\ %{}) do
%Customer{}
|> Customer.changeset(attrs)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment