gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
563 stars 131 forks source link

Added inclusion validator [Proposition] #53

Closed Hajto closed 6 years ago

Hajto commented 6 years ago

I've added this to my personal project and I thought others my also find it useful.

It's better than validate_inclusion because you only put name of the field and it fetches enum module from the structure definition.

gjaldon commented 6 years ago

@Hajto this would be a useful helper! Thanks! 💜 Left a few comments :)

Hajto commented 6 years ago

@gjaldon I tried to address the comments. Please check if that is what you meant.

gjaldon commented 6 years ago

I'll add the doc myself. Thanks for the contribution @Hajto! 💜