module Roda::RodaPlugins::TypecastParams::InstanceMethods
def typecast_params
Return and cache the instance of the Params class for the current request.
def typecast_params @_typecast_params ||= self.class::TypecastParams.new(@_request.params) end
def typecast_params @_typecast_params ||= self.class::TypecastParams.new(@_request.params) end