Current section
Files
Jump to
Current section
Files
lib/straw_hat_mailer/schema.ex
defmodule StrawHat.Mailer.Schema do
@moduledoc false
defmacro __using__(_opts) do
quote do
use Ecto.Schema
import Ecto.Changeset
end
end
end