class Grape::Validations::Validators::AsValidator
Public Instance Methods
Source
# File lib/grape/validations/validators/as_validator.rb, line 10 def validate_param!(*); end
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.