Packages

A small collection of functions to make it easier working with Ecto many_to_many assocations and checkbox arrays.

Current section

Files

Jump to
phoenix_mtm lib phoenix_mtm.ex
Raw

lib/phoenix_mtm.ex

defmodule PhoenixMTM do
@moduledoc ~S"""
A small collection of functions to make it easier working with `many_to_many`
Ecto associations and checkboxes to create them.
"""
end