Form module documentation

This commit is contained in:
Mitchell Hanberg 2019-05-11 23:11:07 -04:00
parent 72cd90cef3
commit 6161d31614

View file

@ -1,4 +1,8 @@
defmodule Dsl.Form do
@moduledoc """
This modules wraps all of the functions from the `Phoenix.HTML.Form` module to make them compatible with with Dsl.
"""
alias Phoenix.HTML
alias Dsl.Utils