Files
archived-starters/examples/elixir-phoenix/lib/railwayphoenix.ex
Angelo 1970b8e93b New Starters for Updated Buildpacks (#238)
* updated starters

* dd agent add
2022-02-04 16:53:45 -05:00

10 lines
265 B
Elixir

defmodule Railwayphoenix do
@moduledoc """
Railwayphoenix keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end