We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b46d7 commit 50b8dc8Copy full SHA for 50b8dc8
README.markdown
@@ -207,7 +207,7 @@ get ':id' do
207
end
208
```
209
210
-The coercion is handled by the really nice Virtus gem which will convert the value if possible but
+The coercion is handled by the [Virtus](https://github.com/solnic/virtus) gem which will convert the value if possible but
211
in case of invalid input nothing will be done (ex: asking to coerce "ex" to Integer will return "ex" ).
212
Proper type validation could be added later when Virtus will get a way to tell us.
213
0 commit comments