Skip to content

struct ActionController::Route::Param::ConvertFloat32
inherits ActionController::Route::Param::Conversion #

Float converters

Constructors#

.new(whitespace : Bool = true, strict : Bool = true)#

View source

Methods#

#convert(raw : String)#

convert should typically return nil if the conversion failed this allows support for Union types, however may not be practical or desirable for most.

Nilable Unions against a single type that raises an error is supported

View source