abstract struct ActionController::Route::Param::Conversion

Overview

The method for building in support of different route params

Defined in:

action-controller/router/route_params.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def 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]
def initialize #

[View source]