You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -950,8 +950,10 @@ end
950
950
You may register custom formatters that can be utilized in your schemas.
951
951
952
952
Each format consists of, at minimum, a `transform:` lambda, accepting a params
953
-
hash, as well as optional `controller:` and `schema:` keywords, and returning
954
-
the formatted params. For more usage examples, see [the default formatters](https://github.com/keygen-sh/typed_params/tree/master/lib/typed_params/formatters).
953
+
hash as well as optional `controller:` and `schema:` keywords, and returning
954
+
the formatted params.
955
+
956
+
For more usage examples, see [the default formatters](https://github.com/keygen-sh/typed_params/tree/master/lib/typed_params/formatters).
0 commit comments