Remove ARRAY_COERCION_LAMBDA in API coercions
Use `Array[Integer]` and coerce these to an integer arrays. Note that if `Array` were used with this lambda, things worked work with Grape v1.3. However, `Array[String]` did not. Standardize everything on using `Validations::Types::CommaSeparatedToIntegerArray.coerce` with `Array[Integer]`
Showing
Please register or sign in to comment