Skip to content

Provide conversion functions to internal data types

For example, if user wants to search on data with IP addresses, they first need to convert the data to the correct data type (ipranges currently). But if the data type changes, user would have to change their code as well. Whereas using the conversion function from ransack would hide the internal type and solve this issue.