Packages
Temporary fix for ex_machina and polymorphic_embed
Current section
Files
Jump to
Current section
Files
lib/ex_machina_polymorphic_embed.ex
defmodule ExMachinaPolymorphicEmbed do
@moduledoc """
In your factory replace `use ExMachina.Ecto, repo: YourApp.Repo` with `ExMachinaPolymorphicEmbed.Ecto, repo: YourApp.Repo`
"""
end