new
Glossary (root) Ecto
Provides the `hint/2` function for translating custom Ecto validation messages using a localized glossary. Designed for use in modules that define or consume `Ecto.Changeset` validations. ## Why? Ecto allows adding errors with custom messages and m...

lib/glossary/ecto.ex
defmodule Glossary.Ecto do @moduledoc "Provides the `hint/2` function for translating custom Ecto validation messages\nusing a localized glossary.\n\nDesigned for use in modules that define or consume `Ecto.Changeset` validations.\n\n## Why?\n\nEcto allows adding errors with custom messages and m..." end

defmodule Glossary.Ecto do
  @moduledoc "Provides the `hint/2` function for translating custom Ecto validation messages\nusing a localized glossary.\n\nDesigned for use in modules that define or consume `Ecto.Changeset` validations.\n\n## Why?\n\nEcto allows adding errors with custom messages and m..."
end


test/glossary/ecto_test.exs
defmodule Glossary.EctoTest do use ExUnit.Case, async: true end

defmodule Glossary.EctoTest do
  use ExUnit.Case, async: true
end