Current section
Files
Jump to
Current section
Files
lib/outerfaces_ecto_api.ex
defmodule OuterfacesEctoApi do
@moduledoc """
Documentation for `OuterfacesEctoApi`.
"""
@doc """
Hello world.
## Examples
iex> OuterfacesEctoApi.hello()
:world
"""
def hello do
:world
end
end