Current section
Files
Jump to
Current section
Files
priv/templates/phoenix_custom_generators.gen.context/context.ex
defmodule <%= inspect context.module %> do
@moduledoc """
The <%= context.name %> context.
"""
import Ecto.Query, warn: false
alias <%= inspect schema.repo %>
end