Current section

Files

Jump to
perspective lib perspective notifications supervisor.ex
Raw

lib/perspective/notifications/supervisor.ex

defmodule Perspective.Notifications.Supervisor do
use Perspective.Supervisor
children do
[
{Phoenix.PubSub.PG2, name: Perspective.Notifications.name()}
]
end
end