ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.63k stars 220 forks source link

Add equal_to, not_equal_to to Validation.Compare #1620

Open jechol opened 16 hours ago

jechol commented 16 hours ago

Contributor checklist

zachdaniel commented 11 hours ago

Hmm...we currently have validate attribute_equals(:foo, :bar) and validate attribute_does_not_equal, I think it would make sense to use those instead?