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: UPGRADING.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Upgrading Grape
2
2
===============
3
3
4
+
### Upgrading to >= 2.4.0
5
+
6
+
#### Custom Validators
7
+
8
+
If you now receive an error of `'Grape::Validations.require_validator': unknown validator: your_custom_validation (Grape::Exceptions::UnknownValidator)` after upgrading to 2.4.0 then you will need to ensure that you require the `your_custom_validation` file before your Grape API code is loaded.
9
+
10
+
See [2533](https://github.com/ruby-grape/grape/issues/2533) for more information.
0 commit comments