Current section

Files

Jump to
curator priv templates curator.registerable.install registerable.ex
Raw

priv/templates/curator.registerable.install/registerable.ex

defmodule <%= inspect context.web_module %>.Auth.Registerable do
use Curator.Registerable,
otp_app: :<%= Mix.Phoenix.otp_app() %>,
curator: <%= inspect context.web_module %>.Auth.Curator
end