The Rails standard way to access and serialize enum columns is using its string representation, not the integer one.
So, this commits add compatibility to filter enum columns through its string value representation, without any conversion need by the user.
Hi,
The Rails standard way to access and serialize enum columns is using its string representation, not the integer one. So, this commits add compatibility to filter enum columns through its string value representation, without any conversion need by the user.
Thanks