9 lines
198 B
Elixir
9 lines
198 B
Elixir
defmodule <%= inspect context.module %> do
|
|
@moduledoc """
|
|
The <%= context.name %> context.
|
|
"""
|
|
|
|
import Ecto.Query, warn: false
|
|
alias <%= inspect schema.repo %><%= schema.repo_alias %>
|
|
end
|