class Grape::Validations::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.rb, line 9 def validate_param!(*); end