• Stan Hu's avatar
    Remove ARRAY_COERCION_LAMBDA in API coercions · 27c7252b
    Stan Hu authored
    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]`
    27c7252b
project_approval_settings_spec.rb 4.46 KB