Current section

Files

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

priv/templates/curator.timeoutable.install/timeoutable.ex

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