defmodule ScopesWeb.Common do defimpl Phoenix.HTML.Safe, for: Map do def to_iodata(_data), do: "{}" end end