1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00
Files
classic-wow-forums/lib/myapp.ex
2017-12-31 20:19:44 -06:00

10 lines
247 B
Elixir

defmodule MyApp do
@moduledoc """
MyApp 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