ex_machina
ex_machina copied to clipboard
Pass repo_options to repo.insert! to support TenantFactories
Closing #280
I just opened https://github.com/thoughtbot/ex_machina/pull/411, which might help with the multi-tenancy issue at the point of calling insert/3
. I think it makes sense to also have a more global repo_options
when we use ExMachina.Ecto
, so I think this PR would still be desired.