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