Sha256: bf0b5e03a312366bea18c1407d56a78e98dc40d084e578838d1b2016b3f74498
Contents?: true
Size: 361 Bytes
Versions: 12
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true module Grape module Validations module Validators class AsValidator < Base # We use a validator for renaming parameters. This is just a marker for # the parameter scope to handle the renaming. No actual validation # happens here. def validate_param!(*); end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems