ash_authentication_phoenix/lib/ash_authentication_phoenix.ex

18 lines
252 B
Elixir

defmodule AshAuthenticationPhoenix do
@moduledoc """
Documentation for `AshAuthenticationPhoenix`.
"""
@doc """
Hello world.
## Examples
iex> AshAuthenticationPhoenix.hello()
:world
"""
def hello do
:world
end
end