Current section

Files

Jump to
straw_hat_mailer lib straw_hat_mailer interactor.ex
Raw

lib/straw_hat_mailer/interactor.ex

defmodule StrawHat.Mailer.Interactor do
@moduledoc false
defmacro __using__(_opts) do
quote do
import Ecto.Query, only: [from: 2]
alias StrawHat.Error
alias StrawHat.Mailer.Repo
end
end
end