class Grape::Validations::Validators::AsValidator

Public Instance Methods

validate_param!(*) click to toggle source

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.

# File lib/grape/validations/validators/as_validator.rb, line 10
def validate_param!(*); end