Skip to content

Commit

Permalink
feat(routing.md): document support for UUID params
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Nov 24, 2024
1 parent 77bf6ea commit 3f55a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting_started/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ There are built in parsers for the following types
* [Bool](https://crystal-lang.org/api/latest/Bool.html)
* [Time](https://crystal-lang.org/api/latest/Time.html)
* [Enum](https://crystal-lang.org/api/latest/Enum.html)
* [UUID](https://crystal-lang.org/api/latest/UUID.html)

You can find the [custom options here](https://github.com/spider-gazelle/action-controller/blob/master/src/action-controller/router/route_params.cr)

Expand Down

0 comments on commit 3f55a9c

Please sign in to comment.