Skip to content

Instantly share code, notes, and snippets.

View sancero's full-sized avatar

sancero sancero

  • Le monde
View GitHub Profile
defmodule App.Models.Settings do
defstruct [
newsletter: false,
publish_profile: true,
email_notifications: true
]
defmodule Type do
@behaviour Ecto.Type
alias App.Models.Settings