Current section

Files

Jump to
phoenix_custom_generators priv templates phoenix_custom_generators.gen.context context.ex
Raw

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