cschilbe Preserve dates when using string_params_for. Added config so it is no…
1 8e66321 Oct 26, 2022
Preserve dates when using string_params_for. Added config so it is no…
…t a breaking change yet (#420)

Resolves #362 #362

This PR introduces a configuration option to preserve dates when using the string_params_for function, making it a non breaking change for now.

Add the following to your config/test.exs file to enable this:
`config :ex_machina, preserve_dates: true`
8e66321 1