module Roda::RodaPlugins::TypecastParams::DateParseInputHandler
Public Instance Methods
Source
# File lib/roda/plugins/typecast_params.rb, line 428 def _string_parse!(klass, v) v = handle_date_parse_input(v) super end
Pass
input string to date parsing through handle_date_parse_input.
Calls superclass method